COLOR #CAF9F4

HEX: #CAF9F4
RGB: (202,249,244)

Color info

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

RGB color model

#CAF9F4 color RGB value is (202,249,244).

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

RGB channels and saturation

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

202
249
244

R + G + B ~ 91%. #CAF9F4 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 249 + 244 = 695 (100%)
R 202 of 695 ~ 29.06%
G 249 of 695 ~ 35.83%
B 244 of 695 ~ 35.11%

%29.06
%35.83
%35.11

CMYK color model

#CAF9F4 color CMYK value is (19,0,2,2).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 2.01%
  • key color value is 2.35%
CMYK:
(19,0,2,2)
C19M0Y2K2 
(19%,0%,2%,2%)
(0.19/0.00/0.02/0.02)	

CMYK percentages

%18.88
%0
%2.01
%2.35

Codes

Color #CAF9F4 in popluar color models

CAF9F4
RGB202249244
HSL174°79.66%88.43%
HSB/HSV174°18.88%97.65%
CMYK18.88%0.00%2.01%
2.35%

Color #CAF9F4 in popluar number systems.

HEXCAF9F4
Decimal202249244
Binary110010101111100111110100
Octal312371364

Shades and tints

Shades of #CAF9F4

#CAF9F4
(202,249,244)
#B8E3DE
(184,227,222)
#A6CDC8
(166,205,200)
#94B7B2
(148,183,178)
#82A19C
(130,161,156)
#708B86
(112,139,134)
#5E7570
(94,117,112)
#4C5F5A
(76,95,90)
#3A4944
(58,73,68)
#28332E
(40,51,46)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #CAF9F4

#CAF9F4
(202,249,244)
#CEF9F5
(206,249,245)
#D2F9F6
(210,249,246)
#D6F9F7
(214,249,247)
#DAF9F8
(218,249,248)
#DEF9F9
(222,249,249)
#E2F9FA
(226,249,250)
#E6F9FB
(230,249,251)
#EAF9FC
(234,249,252)
#EEF9FD
(238,249,253)
#F2F9FE
(242,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF9F4; }

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

This text font color is #CAF9F4.


Background Color

.myBgColor { background-color: #CAF9F4; }

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

This div background color is #CAF9F4.


Border color

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

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

This div border color is #CAF9F4.


Opacity

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

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

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

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

This text has shadow with #CAF9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF9F4 on black background.


Color preview on white background

This text has color #CAF9F4 on white background.



Black color preview on #CAF9F4 background

This text has black color on #CAF9F4 background.


White color preview on #CAF9F4 background

This text has white color on #CAF9F4 background.