COLOR #CBDFEB

HEX: #CBDFEB
RGB: (203,223,235)

Color info

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

RGB color model

#CBDFEB color RGB value is (203,223,235).

  • red value is 203;
  • green value is 223;
  • blue value is 235.
RGB:
(203,223,235)
(80%,87%,92%)

RGB channels and saturation

R 203 of 255 = 80%
G 223 of 255 = 87%
B 235 of 255 = 92%

203
223
235

R + G + B ~ 86%. #CBDFEB is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 223 + 235 = 661 (100%)
R 203 of 661 ~ 30.71%
G 223 of 661 ~ 33.74%
B 235 of 661 ~ 35.55%

%30.71
%33.74
%35.55

CMYK color model

#CBDFEB color CMYK value is (14,5,0,8).

  • cyan value is 13.62%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,5,0,8)
C14M5Y0K8 
(14%,5%,0%,8%)
(0.14/0.05/0.00/0.08)	

CMYK percentages

%13.62
%5.11
%0
%7.84

Codes

Color #CBDFEB in popluar color models

CBDFEB
RGB203223235
HSL203°44.44%85.88%
HSB/HSV203°13.62%92.16%
CMYK13.62%5.11%0.00%
7.84%

Color #CBDFEB in popluar number systems.

HEXCBDFEB
Decimal203223235
Binary110010111101111111101011
Octal313337353

Shades and tints

Shades of #CBDFEB

#CBDFEB
(203,223,235)
#B9CBD6
(185,203,214)
#A7B7C1
(167,183,193)
#95A3AC
(149,163,172)
#838F97
(131,143,151)
#717B82
(113,123,130)
#5F676D
(95,103,109)
#4D5358
(77,83,88)
#3B3F43
(59,63,67)
#292B2E
(41,43,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #CBDFEB

#CBDFEB
(203,223,235)
#CFE1EC
(207,225,236)
#D3E3ED
(211,227,237)
#D7E5EE
(215,229,238)
#DBE7EF
(219,231,239)
#DFE9F0
(223,233,240)
#E3EBF1
(227,235,241)
#E7EDF2
(231,237,242)
#EBEFF3
(235,239,243)
#EFF1F4
(239,241,244)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBDFEB color. Also use rgb(203,223,235) instead hex code.

Text Font Color

.myTextColor { color: #CBDFEB; }

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

This text font color is #CBDFEB.


Background Color

.myBgColor { background-color: #CBDFEB; }

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

This div background color is #CBDFEB.


Border color

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

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

This div border color is #CBDFEB.


Opacity

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

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

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

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

This text has shadow with #CBDFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDFEB on black background.


Color preview on white background

This text has color #CBDFEB on white background.



Black color preview on #CBDFEB background

This text has black color on #CBDFEB background.


White color preview on #CBDFEB background

This text has white color on #CBDFEB background.