COLOR #CAEBFF

HEX: #CAEBFF
RGB: (202,235,255)

Color info

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

RGB color model

#CAEBFF color RGB value is (202,235,255).

  • red value is 202;
  • green value is 235;
  • blue value is 255.
RGB:
(202,235,255)
(79%,92%,100%)

RGB channels and saturation

R 202 of 255 = 79%
G 235 of 255 = 92%
B 255 of 255 = 100%

202
235
255

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

Portions of RGB colors in percentages

R + G + B =
202 + 235 + 255 = 692 (100%)
R 202 of 692 ~ 29.19%
G 235 of 692 ~ 33.96%
B 255 of 692 ~ 36.85%

%29.19
%33.96
%36.85

CMYK color model

#CAEBFF color CMYK value is (21,8,0,0).

  • cyan value is 20.78%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(21,8,0,0)
C21M8Y0K0 
(21%,8%,0%,0%)
(0.21/0.08/0.00/0.00)	

CMYK percentages

%20.78
%7.84
%0
%0

Codes

Color #CAEBFF in popluar color models

CAEBFF
RGB202235255
HSL203°100.00%89.61%
HSB/HSV203°20.78%100.00%
CMYK20.78%7.84%0.00%
0.00%

Color #CAEBFF in popluar number systems.

HEXCAEBFF
Decimal202235255
Binary110010101110101111111111
Octal312353377

Shades and tints

Shades of #CAEBFF

#CAEBFF
(202,235,255)
#B8D6E8
(184,214,232)
#A6C1D1
(166,193,209)
#94ACBA
(148,172,186)
#8297A3
(130,151,163)
#70828C
(112,130,140)
#5E6D75
(94,109,117)
#4C585E
(76,88,94)
#3A4347
(58,67,71)
#282E30
(40,46,48)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #CAEBFF

#CAEBFF
(202,235,255)
#CEECFF
(206,236,255)
#D2EDFF
(210,237,255)
#D6EEFF
(214,238,255)
#DAEFFF
(218,239,255)
#DEF0FF
(222,240,255)
#E2F1FF
(226,241,255)
#E6F2FF
(230,242,255)
#EAF3FF
(234,243,255)
#EEF4FF
(238,244,255)
#F2F5FF
(242,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEBFF; }

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

This text font color is #CAEBFF.


Background Color

.myBgColor { background-color: #CAEBFF; }

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

This div background color is #CAEBFF.


Border color

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

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

This div border color is #CAEBFF.


Opacity

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

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

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

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

This text has shadow with #CAEBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEBFF on black background.


Color preview on white background

This text has color #CAEBFF on white background.



Black color preview on #CAEBFF background

This text has black color on #CAEBFF background.


White color preview on #CAEBFF background

This text has white color on #CAEBFF background.