COLOR #CAF6F6

HEX: #CAF6F6
RGB: (202,246,246)

Color info

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

RGB color model

#CAF6F6 color RGB value is (202,246,246).

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

RGB channels and saturation

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

202
246
246

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

Portions of RGB colors in percentages

R + G + B =
202 + 246 + 246 = 694 (100%)
R 202 of 694 ~ 29.11%
G 246 of 694 ~ 35.45%
B 246 of 694 ~ 35.45%

%29.11
%35.45
%35.45

CMYK color model

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

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(18,0,0,4)
C18M0Y0K4 
(18%,0%,0%,4%)
(0.18/0.00/0.00/0.04)	

CMYK percentages

%17.89
%0
%0
%3.53

Codes

Color #CAF6F6 in popluar color models

CAF6F6
RGB202246246
HSL180°70.97%87.84%
HSB/HSV180°17.89%96.47%
CMYK17.89%0.00%0.00%
3.53%

Color #CAF6F6 in popluar number systems.

HEXCAF6F6
Decimal202246246
Binary110010101111011011110110
Octal312366366

Shades and tints

Shades of #CAF6F6

#CAF6F6
(202,246,246)
#B8E0E0
(184,224,224)
#A6CACA
(166,202,202)
#94B4B4
(148,180,180)
#829E9E
(130,158,158)
#708888
(112,136,136)
#5E7272
(94,114,114)
#4C5C5C
(76,92,92)
#3A4646
(58,70,70)
#283030
(40,48,48)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #CAF6F6

#CAF6F6
(202,246,246)
#CEF6F6
(206,246,246)
#D2F6F6
(210,246,246)
#D6F6F6
(214,246,246)
#DAF6F6
(218,246,246)
#DEF6F6
(222,246,246)
#E2F6F6
(226,246,246)
#E6F6F6
(230,246,246)
#EAF6F6
(234,246,246)
#EEF6F6
(238,246,246)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF6F6; }

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

This text font color is #CAF6F6.


Background Color

.myBgColor { background-color: #CAF6F6; }

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

This div background color is #CAF6F6.


Border color

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

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

This div border color is #CAF6F6.


Opacity

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

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

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

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

This text has shadow with #CAF6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF6F6 on black background.


Color preview on white background

This text has color #CAF6F6 on white background.



Black color preview on #CAF6F6 background

This text has black color on #CAF6F6 background.


White color preview on #CAF6F6 background

This text has white color on #CAF6F6 background.