COLOR #C7FAEE

HEX: #C7FAEE
RGB: (199,250,238)

Color info

#C7FAEE contains red, green and blue colors in about the same proportion. Web safe color of #C7FAEE is #CCFFFF (or #CFF).

RGB color model

#C7FAEE color RGB value is (199,250,238).

  • red value is 199;
  • green value is 250;
  • blue value is 238.
RGB:
(199,250,238)
(78%,98%,93%)

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 238 of 255 = 93%

199
250
238

R + G + B ~ 90%. #C7FAEE is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 250 + 238 = 687 (100%)
R 199 of 687 ~ 28.97%
G 250 of 687 ~ 36.39%
B 238 of 687 ~ 34.64%

%28.97
%36.39
%34.64

CMYK color model

#C7FAEE color CMYK value is (20,0,5,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(20,0,5,2)
C20M0Y5K2 
(20%,0%,5%,2%)
(0.20/0.00/0.05/0.02)	

CMYK percentages

%20.4
%0
%4.8
%1.96

Codes

Color #C7FAEE in popluar color models

C7FAEE
RGB199250238
HSL166°83.61%88.04%
HSB/HSV166°20.40%98.04%
CMYK20.40%0.00%4.80%
1.96%

Color #C7FAEE in popluar number systems.

HEXC7FAEE
Decimal199250238
Binary110001111111101011101110
Octal307372356

Shades and tints

Shades of #C7FAEE

#C7FAEE
(199,250,238)
#B5E4D9
(181,228,217)
#A3CEC4
(163,206,196)
#91B8AF
(145,184,175)
#7FA29A
(127,162,154)
#6D8C85
(109,140,133)
#5B7670
(91,118,112)
#49605B
(73,96,91)
#374A46
(55,74,70)
#253431
(37,52,49)
#131E1C
(19,30,28)
#000000
(0,0,0)

Tints of #C7FAEE

#C7FAEE
(199,250,238)
#CCFAEF
(204,250,239)
#D1FAF0
(209,250,240)
#D6FAF1
(214,250,241)
#DBFAF2
(219,250,242)
#E0FAF3
(224,250,243)
#E5FAF4
(229,250,244)
#EAFAF5
(234,250,245)
#EFFAF6
(239,250,246)
#F4FAF7
(244,250,247)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FAEE color. Also use rgb(199,250,238) instead hex code.

Text Font Color

.myTextColor { color: #C7FAEE; }

<p style="color:#C7FAEE">This sample text font color is #C7FAEE.</p>

This text font color is #C7FAEE.


Background Color

.myBgColor { background-color: #C7FAEE; }

<div style="background-color:#C7FAEE">Inner text</div>

This div background color is #C7FAEE.


Border color

.myBorderColor { border: 1px solid #C7FAEE; }

<div style="border:3px solid #C7FAEE">Div</div>

This div border color is #C7FAEE.


Opacity

.myOpacity80 { color: #C7FAEE; opacity: 0.8; }

<p style="color:#C7FAEE;opacity:0.8;">80%</p>

Text with #C7FAEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7FAEE;}

<p style="text-shadow: 3px 3px 1px #C7FAEE">Text here.</p>

This text has shadow with #C7FAEE color.

.textShadow {text-shadow: 3px 3px 1px #C7FAEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7FAEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7FAEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7FAEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7FAEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7FAEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7FAEE;
  -webkit-box-shadow:	1px 1px 3px 2px #C7FAEE;
  box-shadow:		1px 1px 3px 2px #C7FAEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7FAEE;
-webkit-box-shadow: 1px 1px 3px 2px #C7FAEE;
box-shadow:1px 1px 3px 2px #C7FAEE;">
Div content here</div>
This div box has shadow with color #C7FAEE.

Preview

Color preview on black background

This text has color #C7FAEE on black background.


Color preview on white background

This text has color #C7FAEE on white background.



Black color preview on #C7FAEE background

This text has black color on #C7FAEE background.


White color preview on #C7FAEE background

This text has white color on #C7FAEE background.