COLOR #CBDFE6

HEX: #CBDFE6
RGB: (203,223,230)

Color info

#CBDFE6 contains red, green and blue colors in about the same proportion. Web safe color of #CBDFE6 is #CCCCCC (or #CCC).

RGB color model

#CBDFE6 color RGB value is (203,223,230).

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

RGB channels and saturation

R 203 of 255 = 80%
G 223 of 255 = 87%
B 230 of 255 = 90%

203
223
230

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

Portions of RGB colors in percentages

R + G + B =
203 + 223 + 230 = 656 (100%)
R 203 of 656 ~ 30.95%
G 223 of 656 ~ 33.99%
B 230 of 656 ~ 35.06%

%30.95
%33.99
%35.06

CMYK color model

#CBDFE6 color CMYK value is (12,3,0,10).

  • cyan value is 11.74%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,3,0,10)
C12M3Y0K10 
(12%,3%,0%,10%)
(0.12/0.03/0.00/0.10)	

CMYK percentages

%11.74
%3.04
%0
%9.8

Codes

Color #CBDFE6 in popluar color models

CBDFE6
RGB203223230
HSL196°35.06%84.90%
HSB/HSV196°11.74%90.20%
CMYK11.74%3.04%0.00%
9.80%

Color #CBDFE6 in popluar number systems.

HEXCBDFE6
Decimal203223230
Binary110010111101111111100110
Octal313337346

Shades and tints

Shades of #CBDFE6

#CBDFE6
(203,223,230)
#B9CBD2
(185,203,210)
#A7B7BE
(167,183,190)
#95A3AA
(149,163,170)
#838F96
(131,143,150)
#717B82
(113,123,130)
#5F676E
(95,103,110)
#4D535A
(77,83,90)
#3B3F46
(59,63,70)
#292B32
(41,43,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #CBDFE6

#CBDFE6
(203,223,230)
#CFE1E8
(207,225,232)
#D3E3EA
(211,227,234)
#D7E5EC
(215,229,236)
#DBE7EE
(219,231,238)
#DFE9F0
(223,233,240)
#E3EBF2
(227,235,242)
#E7EDF4
(231,237,244)
#EBEFF6
(235,239,246)
#EFF1F8
(239,241,248)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBDFE6; }

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

This text font color is #CBDFE6.


Background Color

.myBgColor { background-color: #CBDFE6; }

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

This div background color is #CBDFE6.


Border color

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

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

This div border color is #CBDFE6.


Opacity

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

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

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

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

This text has shadow with #CBDFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBDFE6 on black background.


Color preview on white background

This text has color #CBDFE6 on white background.



Black color preview on #CBDFE6 background

This text has black color on #CBDFE6 background.


White color preview on #CBDFE6 background

This text has white color on #CBDFE6 background.