COLOR #CAF7EC

HEX: #CAF7EC
RGB: (202,247,236)

Color info

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

RGB color model

#CAF7EC color RGB value is (202,247,236).

  • red value is 202;
  • green value is 247;
  • blue value is 236.
RGB:
(202,247,236)
(79%,97%,93%)

RGB channels and saturation

R 202 of 255 = 79%
G 247 of 255 = 97%
B 236 of 255 = 93%

202
247
236

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

Portions of RGB colors in percentages

R + G + B =
202 + 247 + 236 = 685 (100%)
R 202 of 685 ~ 29.49%
G 247 of 685 ~ 36.06%
B 236 of 685 ~ 34.45%

%29.49
%36.06
%34.45

CMYK color model

#CAF7EC color CMYK value is (18,0,4,3).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 4.45%
  • key color value is 3.14%
CMYK:
(18,0,4,3)
C18M0Y4K3 
(18%,0%,4%,3%)
(0.18/0.00/0.04/0.03)	

CMYK percentages

%18.22
%0
%4.45
%3.14

Codes

Color #CAF7EC in popluar color models

CAF7EC
RGB202247236
HSL165°73.77%88.04%
HSB/HSV165°18.22%96.86%
CMYK18.22%0.00%4.45%
3.14%

Color #CAF7EC in popluar number systems.

HEXCAF7EC
Decimal202247236
Binary110010101111011111101100
Octal312367354

Shades and tints

Shades of #CAF7EC

#CAF7EC
(202,247,236)
#B8E1D7
(184,225,215)
#A6CBC2
(166,203,194)
#94B5AD
(148,181,173)
#829F98
(130,159,152)
#708983
(112,137,131)
#5E736E
(94,115,110)
#4C5D59
(76,93,89)
#3A4744
(58,71,68)
#28312F
(40,49,47)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #CAF7EC

#CAF7EC
(202,247,236)
#CEF7ED
(206,247,237)
#D2F7EE
(210,247,238)
#D6F7EF
(214,247,239)
#DAF7F0
(218,247,240)
#DEF7F1
(222,247,241)
#E2F7F2
(226,247,242)
#E6F7F3
(230,247,243)
#EAF7F4
(234,247,244)
#EEF7F5
(238,247,245)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF7EC color. Also use rgb(202,247,236) instead hex code.

Text Font Color

.myTextColor { color: #CAF7EC; }

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

This text font color is #CAF7EC.


Background Color

.myBgColor { background-color: #CAF7EC; }

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

This div background color is #CAF7EC.


Border color

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

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

This div border color is #CAF7EC.


Opacity

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

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

Text with #CAF7EC 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 #CAF7EC;}

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

This text has shadow with #CAF7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF7EC on black background.


Color preview on white background

This text has color #CAF7EC on white background.



Black color preview on #CAF7EC background

This text has black color on #CAF7EC background.


White color preview on #CAF7EC background

This text has white color on #CAF7EC background.