COLOR #CBD2E6

HEX: #CBD2E6 RGB: (203,210,230)

Color info

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

RGB color model

#CBD2E6 color RGB value is (203,210,230).

RGB: (203,210,230) (80%, 82%, 90%)

RGB channels and saturation

R 203 of 255 = 80%
G 210 of 255 = 82%
B 230 of 255 = 90%

203
210
230

R + G + B ~ 84%. #CBD2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 210 + 230 = 643 (100%)
R 203 of 643 ~ 31.57%
G 210 of 643 ~ 32.66%
B 230 of 643 ~ 35.77'%

%31.57
%32.66
%35.77

CMYK color model

#CBD2E6 color CMYK value is (12,9,0,10).

  • cyan value is 11.74%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (12,9,0,10) C12M9Y0K10 (12%,9%,0%,10%) (0.12/0.09/0.00/0.10) 

CMYK percentages

%11.74
%8.7
%0
%9.8

Codes

Color #CBD2E6 in popluar color models

CB D2 E6
RGB 203 210 230
HSL 224° 35.06% 84.90%
HSB/HSV 224° 11.74% 90.20%
CMYK 11.74% 8.70% 0.00%
9.80%

Color #CBD2E6 in popluar number systems.

HEX CB D2 E6
Decimal 203 210 230
Binary 11001011 11010010 11100110
Octal 313 322 346

Shades and tints

Shades of #CBD2E6

#CBD2E6
(203,210,230)
#B9BFD2
(185,191,210)
#A7ACBE
(167,172,190)
#9599AA
(149,153,170)
#838696
(131,134,150)
#717382
(113,115,130)
#5F606E
(95,96,110)
#4D4D5A
(77,77,90)
#3B3A46
(59,58,70)
#292732
(41,39,50)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #CBD2E6

#CBD2E6
(203,210,230)
#CFD6E8
(207,214,232)
#D3DAEA
(211,218,234)
#D7DEEC
(215,222,236)
#DBE2EE
(219,226,238)
#DFE6F0
(223,230,240)
#E3EAF2
(227,234,242)
#E7EEF4
(231,238,244)
#EBF2F6
(235,242,246)
#EFF6F8
(239,246,248)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBD2E6; }

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

This text font color is #CBD2E6.

Background Color

.myBgColor { background-color: #CBD2E6; }

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

This div background color is #CBD2E6.

Border color

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

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

This div border color is #CBD2E6.

Opacity

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

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

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

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

This text has shadow with #CBD2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBD2E6.

Preview

Color preview on black background

This text has color #CBD2E6 on black background.


Color preview on white background

This text has color #CBD2E6 on white background.


Black color preview on #CBD2E6 background

This text has black color on #CBD2E6 background.


White color preview on #CBD2E6 background

This text has white color on #CBD2E6 background.


Related colors

Complementary color

Complementary color for #hex is #342D19.


I love getcolorcode.com

Triadic colors

1 #E6CBD2 and #D2E6CB with #CBD2E6 are triadic colors.

2 #E6D2CB and #D2CBE6 with #CBD2E6 are triadic colors.