COLOR #CBD3E5

HEX: #CBD3E5 RGB: (203,211,229)

Color info

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

RGB color model

#CBD3E5 color RGB value is (203,211,229).

RGB: (203,211,229) (80%, 83%, 90%)

RGB channels and saturation

R 203 of 255 = 80%
G 211 of 255 = 83%
B 229 of 255 = 90%

203
211
229

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

Portions of RGB colors in percentages

R + G + B = 203 + 211 + 229 = 643 (100%)
R 203 of 643 ~ 31.57%
G 211 of 643 ~ 32.81%
B 229 of 643 ~ 35.61'%

%31.57
%32.81
%35.61

CMYK color model

#CBD3E5 color CMYK value is (11,8,0,10).

  • cyan value is 11.35%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (11,8,0,10)
C11M8Y0K10 (11%, 8%, 0%, 10%)
(0.11 / 0.08 / 0.00 / 0.10)

CMYK percentages

%11.35
%7.86
%0
%10.2

Codes

Color #CBD3E5 in popluar color models

CB D3 E5
RGB 203 211 229
HSL 222° 33.33% 84.71%
HSB/HSV 222° 11.35% 89.80%
CMYK 11.35% 7.86% 0.00%
10.20%

Color #CBD3E5 in popluar number systems.

HEX CB D3 E5
Decimal 203 211 229
Binary 11001011 11010011 11100101
Octal 313 323 345

Shades and tints

Shades of #CBD3E5

#CBD3E5
(203,211,229)
#B9C0D1
(185,192,209)
#A7ADBD
(167,173,189)
#959AA9
(149,154,169)
#838795
(131,135,149)
#717481
(113,116,129)
#5F616D
(95,97,109)
#4D4E59
(77,78,89)
#3B3B45
(59,59,69)
#292831
(41,40,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #CBD3E5

#CBD3E5
(203,211,229)
#CFD7E7
(207,215,231)
#D3DBE9
(211,219,233)
#D7DFEB
(215,223,235)
#DBE3ED
(219,227,237)
#DFE7EF
(223,231,239)
#E3EBF1
(227,235,241)
#E7EFF3
(231,239,243)
#EBF3F5
(235,243,245)
#EFF7F7
(239,247,247)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBD3E5; }

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

This text font color is #CBD3E5.

Background Color

.myBgColor { background-color: #CBD3E5; }

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

This div background color is #CBD3E5.

Border color

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

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

This div border color is #CBD3E5.

Opacity

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

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

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

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

This text has shadow with #CBD3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBD3E5.

Preview

Color preview on black background

This text has color #CBD3E5 on black background.


Color preview on white background

This text has color #CBD3E5 on white background.


Black color preview on #CBD3E5 background

This text has black color on #CBD3E5 background.


White color preview on #CBD3E5 background

This text has white color on #CBD3E5 background.


Related colors

Complementary color

Complementary color for #hex is #342C1A.


I love getcolorcode.com

Triadic colors

1 #E5CBD3 and #D3E5CB with #CBD3E5 are triadic colors.

2 #E5D3CB and #D3CBE5 with #CBD3E5 are triadic colors.