COLOR #CAF8E3

HEX: #CAF8E3
RGB: (202,248,227)

Color info

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

RGB color model

#CAF8E3 color RGB value is (202,248,227).

  • red value is 202;
  • green value is 248;
  • blue value is 227.
RGB:
(202,248,227)
(79%,97%,89%)

RGB channels and saturation

R 202 of 255 = 79%
G 248 of 255 = 97%
B 227 of 255 = 89%

202
248
227

R + G + B ~ 88%. #CAF8E3 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 248 + 227 = 677 (100%)
R 202 of 677 ~ 29.84%
G 248 of 677 ~ 36.63%
B 227 of 677 ~ 33.53%

%29.84
%36.63
%33.53

CMYK color model

#CAF8E3 color CMYK value is (19,0,8,3).

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 2.75%
CMYK:
(19,0,8,3)
C19M0Y8K3 
(19%,0%,8%,3%)
(0.19/0.00/0.08/0.03)	

CMYK percentages

%18.55
%0
%8.47
%2.75

Codes

Color #CAF8E3 in popluar color models

CAF8E3
RGB202248227
HSL153°76.67%88.24%
HSB/HSV153°18.55%97.25%
CMYK18.55%0.00%8.47%
2.75%

Color #CAF8E3 in popluar number systems.

HEXCAF8E3
Decimal202248227
Binary110010101111100011100011
Octal312370343

Shades and tints

Shades of #CAF8E3

#CAF8E3
(202,248,227)
#B8E2CF
(184,226,207)
#A6CCBB
(166,204,187)
#94B6A7
(148,182,167)
#82A093
(130,160,147)
#708A7F
(112,138,127)
#5E746B
(94,116,107)
#4C5E57
(76,94,87)
#3A4843
(58,72,67)
#28322F
(40,50,47)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #CAF8E3

#CAF8E3
(202,248,227)
#CEF8E5
(206,248,229)
#D2F8E7
(210,248,231)
#D6F8E9
(214,248,233)
#DAF8EB
(218,248,235)
#DEF8ED
(222,248,237)
#E2F8EF
(226,248,239)
#E6F8F1
(230,248,241)
#EAF8F3
(234,248,243)
#EEF8F5
(238,248,245)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF8E3 color. Also use rgb(202,248,227) instead hex code.

Text Font Color

.myTextColor { color: #CAF8E3; }

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

This text font color is #CAF8E3.


Background Color

.myBgColor { background-color: #CAF8E3; }

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

This div background color is #CAF8E3.


Border color

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

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

This div border color is #CAF8E3.


Opacity

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

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

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

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

This text has shadow with #CAF8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF8E3 on black background.


Color preview on white background

This text has color #CAF8E3 on white background.



Black color preview on #CAF8E3 background

This text has black color on #CAF8E3 background.


White color preview on #CAF8E3 background

This text has white color on #CAF8E3 background.