COLOR #CAFBE7

HEX: #CAFBE7
RGB: (202,251,231)

Color info

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

RGB color model

#CAFBE7 color RGB value is (202,251,231).

  • red value is 202;
  • green value is 251;
  • blue value is 231.
RGB:
(202,251,231)
(79%,98%,91%)

RGB channels and saturation

R 202 of 255 = 79%
G 251 of 255 = 98%
B 231 of 255 = 91%

202
251
231

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

Portions of RGB colors in percentages

R + G + B =
202 + 251 + 231 = 684 (100%)
R 202 of 684 ~ 29.53%
G 251 of 684 ~ 36.7%
B 231 of 684 ~ 33.77%

%29.53
%36.7
%33.77

CMYK color model

#CAFBE7 color CMYK value is (20,0,8,2).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(20,0,8,2)
C20M0Y8K2 
(20%,0%,8%,2%)
(0.20/0.00/0.08/0.02)	

CMYK percentages

%19.52
%0
%7.97
%1.57

Codes

Color #CAFBE7 in popluar color models

CAFBE7
RGB202251231
HSL156°85.96%88.82%
HSB/HSV156°19.52%98.43%
CMYK19.52%0.00%7.97%
1.57%

Color #CAFBE7 in popluar number systems.

HEXCAFBE7
Decimal202251231
Binary110010101111101111100111
Octal312373347

Shades and tints

Shades of #CAFBE7

#CAFBE7
(202,251,231)
#B8E5D2
(184,229,210)
#A6CFBD
(166,207,189)
#94B9A8
(148,185,168)
#82A393
(130,163,147)
#708D7E
(112,141,126)
#5E7769
(94,119,105)
#4C6154
(76,97,84)
#3A4B3F
(58,75,63)
#28352A
(40,53,42)
#161F15
(22,31,21)
#000000
(0,0,0)

Tints of #CAFBE7

#CAFBE7
(202,251,231)
#CEFBE9
(206,251,233)
#D2FBEB
(210,251,235)
#D6FBED
(214,251,237)
#DAFBEF
(218,251,239)
#DEFBF1
(222,251,241)
#E2FBF3
(226,251,243)
#E6FBF5
(230,251,245)
#EAFBF7
(234,251,247)
#EEFBF9
(238,251,249)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAFBE7 color. Also use rgb(202,251,231) instead hex code.

Text Font Color

.myTextColor { color: #CAFBE7; }

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

This text font color is #CAFBE7.


Background Color

.myBgColor { background-color: #CAFBE7; }

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

This div background color is #CAFBE7.


Border color

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

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

This div border color is #CAFBE7.


Opacity

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

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

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

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

This text has shadow with #CAFBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAFBE7 on black background.


Color preview on white background

This text has color #CAFBE7 on white background.



Black color preview on #CAFBE7 background

This text has black color on #CAFBE7 background.


White color preview on #CAFBE7 background

This text has white color on #CAFBE7 background.