COLOR #CAF4F4

HEX: #CAF4F4
RGB: (202,244,244)

Color info

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

RGB color model

#CAF4F4 color RGB value is (202,244,244).

  • red value is 202;
  • green value is 244;
  • blue value is 244.
RGB:
(202,244,244)
(79%,96%,96%)

RGB channels and saturation

R 202 of 255 = 79%
G 244 of 255 = 96%
B 244 of 255 = 96%

202
244
244

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

Portions of RGB colors in percentages

R + G + B =
202 + 244 + 244 = 690 (100%)
R 202 of 690 ~ 29.28%
G 244 of 690 ~ 35.36%
B 244 of 690 ~ 35.36%

%29.28
%35.36
%35.36

CMYK color model

#CAF4F4 color CMYK value is (17,0,0,4).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(17,0,0,4)
C17M0Y0K4 
(17%,0%,0%,4%)
(0.17/0.00/0.00/0.04)	

CMYK percentages

%17.21
%0
%0
%4.31

Codes

Color #CAF4F4 in popluar color models

CAF4F4
RGB202244244
HSL180°65.63%87.45%
HSB/HSV180°17.21%95.69%
CMYK17.21%0.00%0.00%
4.31%

Color #CAF4F4 in popluar number systems.

HEXCAF4F4
Decimal202244244
Binary110010101111010011110100
Octal312364364

Shades and tints

Shades of #CAF4F4

#CAF4F4
(202,244,244)
#B8DEDE
(184,222,222)
#A6C8C8
(166,200,200)
#94B2B2
(148,178,178)
#829C9C
(130,156,156)
#708686
(112,134,134)
#5E7070
(94,112,112)
#4C5A5A
(76,90,90)
#3A4444
(58,68,68)
#282E2E
(40,46,46)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #CAF4F4

#CAF4F4
(202,244,244)
#CEF5F5
(206,245,245)
#D2F6F6
(210,246,246)
#D6F7F7
(214,247,247)
#DAF8F8
(218,248,248)
#DEF9F9
(222,249,249)
#E2FAFA
(226,250,250)
#E6FBFB
(230,251,251)
#EAFCFC
(234,252,252)
#EEFDFD
(238,253,253)
#F2FEFE
(242,254,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF4F4; }

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

This text font color is #CAF4F4.


Background Color

.myBgColor { background-color: #CAF4F4; }

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

This div background color is #CAF4F4.


Border color

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

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

This div border color is #CAF4F4.


Opacity

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

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

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

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

This text has shadow with #CAF4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF4F4 on black background.


Color preview on white background

This text has color #CAF4F4 on white background.



Black color preview on #CAF4F4 background

This text has black color on #CAF4F4 background.


White color preview on #CAF4F4 background

This text has white color on #CAF4F4 background.