COLOR #CAF7E6

HEX: #CAF7E6
RGB: (202,247,230)

Color info

#CAF7E6 contains red, green and blue colors in about the same proportion. Web safe color of #CAF7E6 is #CCFFCC (or #CFC).

RGB color model

#CAF7E6 color RGB value is (202,247,230).

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

RGB channels and saturation

R 202 of 255 = 79%
G 247 of 255 = 97%
B 230 of 255 = 90%

202
247
230

R + G + B ~ 89%. #CAF7E6 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 247 + 230 = 679 (100%)
R 202 of 679 ~ 29.75%
G 247 of 679 ~ 36.38%
B 230 of 679 ~ 33.87%

%29.75
%36.38
%33.87

CMYK color model

#CAF7E6 color CMYK value is (18,0,7,3).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(18,0,7,3)
C18M0Y7K3 
(18%,0%,7%,3%)
(0.18/0.00/0.07/0.03)	

CMYK percentages

%18.22
%0
%6.88
%3.14

Codes

Color #CAF7E6 in popluar color models

CAF7E6
RGB202247230
HSL157°73.77%88.04%
HSB/HSV157°18.22%96.86%
CMYK18.22%0.00%6.88%
3.14%

Color #CAF7E6 in popluar number systems.

HEXCAF7E6
Decimal202247230
Binary110010101111011111100110
Octal312367346

Shades and tints

Shades of #CAF7E6

#CAF7E6
(202,247,230)
#B8E1D2
(184,225,210)
#A6CBBE
(166,203,190)
#94B5AA
(148,181,170)
#829F96
(130,159,150)
#708982
(112,137,130)
#5E736E
(94,115,110)
#4C5D5A
(76,93,90)
#3A4746
(58,71,70)
#283132
(40,49,50)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #CAF7E6

#CAF7E6
(202,247,230)
#CEF7E8
(206,247,232)
#D2F7EA
(210,247,234)
#D6F7EC
(214,247,236)
#DAF7EE
(218,247,238)
#DEF7F0
(222,247,240)
#E2F7F2
(226,247,242)
#E6F7F4
(230,247,244)
#EAF7F6
(234,247,246)
#EEF7F8
(238,247,248)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF7E6; }

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

This text font color is #CAF7E6.


Background Color

.myBgColor { background-color: #CAF7E6; }

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

This div background color is #CAF7E6.


Border color

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

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

This div border color is #CAF7E6.


Opacity

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

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

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

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

This text has shadow with #CAF7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF7E6 on black background.


Color preview on white background

This text has color #CAF7E6 on white background.



Black color preview on #CAF7E6 background

This text has black color on #CAF7E6 background.


White color preview on #CAF7E6 background

This text has white color on #CAF7E6 background.