COLOR #CAF3F5

HEX: #CAF3F5
RGB: (202,243,245)

Color info

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

RGB color model

#CAF3F5 color RGB value is (202,243,245).

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

RGB channels and saturation

R 202 of 255 = 79%
G 243 of 255 = 95%
B 245 of 255 = 96%

202
243
245

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

Portions of RGB colors in percentages

R + G + B =
202 + 243 + 245 = 690 (100%)
R 202 of 690 ~ 29.28%
G 243 of 690 ~ 35.22%
B 245 of 690 ~ 35.51%

%29.28
%35.22
%35.51

CMYK color model

#CAF3F5 color CMYK value is (18,1,0,4).

  • cyan value is 17.55%
  • magenta value is 0.82%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(18,1,0,4)
C18M1Y0K4 
(18%,1%,0%,4%)
(0.18/0.01/0.00/0.04)	

CMYK percentages

%17.55
%0.82
%0
%3.92

Codes

Color #CAF3F5 in popluar color models

CAF3F5
RGB202243245
HSL183°68.25%87.65%
HSB/HSV183°17.55%96.08%
CMYK17.55%0.82%0.00%
3.92%

Color #CAF3F5 in popluar number systems.

HEXCAF3F5
Decimal202243245
Binary110010101111001111110101
Octal312363365

Shades and tints

Shades of #CAF3F5

#CAF3F5
(202,243,245)
#B8DDDF
(184,221,223)
#A6C7C9
(166,199,201)
#94B1B3
(148,177,179)
#829B9D
(130,155,157)
#708587
(112,133,135)
#5E6F71
(94,111,113)
#4C595B
(76,89,91)
#3A4345
(58,67,69)
#282D2F
(40,45,47)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #CAF3F5

#CAF3F5
(202,243,245)
#CEF4F5
(206,244,245)
#D2F5F5
(210,245,245)
#D6F6F5
(214,246,245)
#DAF7F5
(218,247,245)
#DEF8F5
(222,248,245)
#E2F9F5
(226,249,245)
#E6FAF5
(230,250,245)
#EAFBF5
(234,251,245)
#EEFCF5
(238,252,245)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF3F5; }

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

This text font color is #CAF3F5.


Background Color

.myBgColor { background-color: #CAF3F5; }

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

This div background color is #CAF3F5.


Border color

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

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

This div border color is #CAF3F5.


Opacity

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

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

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

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

This text has shadow with #CAF3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF3F5 on black background.


Color preview on white background

This text has color #CAF3F5 on white background.



Black color preview on #CAF3F5 background

This text has black color on #CAF3F5 background.


White color preview on #CAF3F5 background

This text has white color on #CAF3F5 background.