COLOR #CBE4F0

HEX: #CBE4F0
RGB: (203,228,240)

Color info

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

RGB color model

#CBE4F0 color RGB value is (203,228,240).

  • red value is 203;
  • green value is 228;
  • blue value is 240.
RGB:
(203,228,240)
(80%,89%,94%)

RGB channels and saturation

R 203 of 255 = 80%
G 228 of 255 = 89%
B 240 of 255 = 94%

203
228
240

R + G + B ~ 88%. #CBE4F0 is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 228 + 240 = 671 (100%)
R 203 of 671 ~ 30.25%
G 228 of 671 ~ 33.98%
B 240 of 671 ~ 35.77%

%30.25
%33.98
%35.77

CMYK color model

#CBE4F0 color CMYK value is (15,5,0,6).

  • cyan value is 15.42%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(15,5,0,6)
C15M5Y0K6 
(15%,5%,0%,6%)
(0.15/0.05/0.00/0.06)	

CMYK percentages

%15.42
%5
%0
%5.88

Codes

Color #CBE4F0 in popluar color models

CBE4F0
RGB203228240
HSL199°55.22%86.86%
HSB/HSV199°15.42%94.12%
CMYK15.42%5.00%0.00%
5.88%

Color #CBE4F0 in popluar number systems.

HEXCBE4F0
Decimal203228240
Binary110010111110010011110000
Octal313344360

Shades and tints

Shades of #CBE4F0

#CBE4F0
(203,228,240)
#B9D0DB
(185,208,219)
#A7BCC6
(167,188,198)
#95A8B1
(149,168,177)
#83949C
(131,148,156)
#718087
(113,128,135)
#5F6C72
(95,108,114)
#4D585D
(77,88,93)
#3B4448
(59,68,72)
#293033
(41,48,51)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #CBE4F0

#CBE4F0
(203,228,240)
#CFE6F1
(207,230,241)
#D3E8F2
(211,232,242)
#D7EAF3
(215,234,243)
#DBECF4
(219,236,244)
#DFEEF5
(223,238,245)
#E3F0F6
(227,240,246)
#E7F2F7
(231,242,247)
#EBF4F8
(235,244,248)
#EFF6F9
(239,246,249)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE4F0 color. Also use rgb(203,228,240) instead hex code.

Text Font Color

.myTextColor { color: #CBE4F0; }

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

This text font color is #CBE4F0.


Background Color

.myBgColor { background-color: #CBE4F0; }

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

This div background color is #CBE4F0.


Border color

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

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

This div border color is #CBE4F0.


Opacity

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

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

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

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

This text has shadow with #CBE4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE4F0 on black background.


Color preview on white background

This text has color #CBE4F0 on white background.



Black color preview on #CBE4F0 background

This text has black color on #CBE4F0 background.


White color preview on #CBE4F0 background

This text has white color on #CBE4F0 background.