COLOR #CBE5FF

HEX: #CBE5FF
RGB: (203,229,255)

Color info

#CBE5FF contains red, green and blue colors in about the same proportion. Web safe color of #CBE5FF is #CCCCFF (or #CCF).

RGB color model

#CBE5FF color RGB value is (203,229,255).

  • red value is 203;
  • green value is 229;
  • blue value is 255.
RGB:
(203,229,255)
(80%,90%,100%)

RGB channels and saturation

R 203 of 255 = 80%
G 229 of 255 = 90%
B 255 of 255 = 100%

203
229
255

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

Portions of RGB colors in percentages

R + G + B =
203 + 229 + 255 = 687 (100%)
R 203 of 687 ~ 29.55%
G 229 of 687 ~ 33.33%
B 255 of 687 ~ 37.12%

%29.55
%33.33
%37.12

CMYK color model

#CBE5FF color CMYK value is (20,10,0,0).

  • cyan value is 20.39%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(20,10,0,0)
C20M10Y0K0 
(20%,10%,0%,0%)
(0.20/0.10/0.00/0.00)	

CMYK percentages

%20.39
%10.2
%0
%0

Codes

Color #CBE5FF in popluar color models

CBE5FF
RGB203229255
HSL210°100.00%89.80%
HSB/HSV210°20.39%100.00%
CMYK20.39%10.20%0.00%
0.00%

Color #CBE5FF in popluar number systems.

HEXCBE5FF
Decimal203229255
Binary110010111110010111111111
Octal313345377

Shades and tints

Shades of #CBE5FF

#CBE5FF
(203,229,255)
#B9D1E8
(185,209,232)
#A7BDD1
(167,189,209)
#95A9BA
(149,169,186)
#8395A3
(131,149,163)
#71818C
(113,129,140)
#5F6D75
(95,109,117)
#4D595E
(77,89,94)
#3B4547
(59,69,71)
#293130
(41,49,48)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #CBE5FF

#CBE5FF
(203,229,255)
#CFE7FF
(207,231,255)
#D3E9FF
(211,233,255)
#D7EBFF
(215,235,255)
#DBEDFF
(219,237,255)
#DFEFFF
(223,239,255)
#E3F1FF
(227,241,255)
#E7F3FF
(231,243,255)
#EBF5FF
(235,245,255)
#EFF7FF
(239,247,255)
#F3F9FF
(243,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE5FF color. Also use rgb(203,229,255) instead hex code.

Text Font Color

.myTextColor { color: #CBE5FF; }

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

This text font color is #CBE5FF.


Background Color

.myBgColor { background-color: #CBE5FF; }

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

This div background color is #CBE5FF.


Border color

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

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

This div border color is #CBE5FF.


Opacity

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

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

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

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

This text has shadow with #CBE5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE5FF on black background.


Color preview on white background

This text has color #CBE5FF on white background.



Black color preview on #CBE5FF background

This text has black color on #CBE5FF background.


White color preview on #CBE5FF background

This text has white color on #CBE5FF background.