COLOR #CBC5DB

HEX: #CBC5DB RGB: (203,197,219)

Color info

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

RGB color model

#CBC5DB color RGB value is (203,197,219).

RGB: (203,197,219) (80%, 77%, 86%)

RGB channels and saturation

R 203 of 255 = 80%
G 197 of 255 = 77%
B 219 of 255 = 86%

203
197
219

R + G + B ~ 81%. #CBC5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 197 + 219 = 619 (100%)
R 203 of 619 ~ 32.79%
G 197 of 619 ~ 31.83%
B 219 of 619 ~ 35.38'%

%32.79
%31.83
%35.38

CMYK color model

#CBC5DB color CMYK value is (7,10,0,14).

  • cyan value is 7.31%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (7,10,0,14)
C7M10Y0K14 (7%, 10%, 0%, 14%)
(0.07 / 0.10 / 0.00 / 0.14)

CMYK percentages

%7.31
%10.05
%0
%14.12

Codes

Color #CBC5DB in popluar color models

CB C5 DB
RGB 203 197 219
HSL 256° 23.40% 81.57%
HSB/HSV 256° 10.05% 85.88%
CMYK 7.31% 10.05% 0.00%
14.12%

Color #CBC5DB in popluar number systems.

HEX CB C5 DB
Decimal 203 197 219
Binary 11001011 11000101 11011011
Octal 313 305 333

Shades and tints

Shades of #CBC5DB

#CBC5DB
(203,197,219)
#B9B4C8
(185,180,200)
#A7A3B5
(167,163,181)
#9592A2
(149,146,162)
#83818F
(131,129,143)
#71707C
(113,112,124)
#5F5F69
(95,95,105)
#4D4E56
(77,78,86)
#3B3D43
(59,61,67)
#292C30
(41,44,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #CBC5DB

#CBC5DB
(203,197,219)
#CFCADE
(207,202,222)
#D3CFE1
(211,207,225)
#D7D4E4
(215,212,228)
#DBD9E7
(219,217,231)
#DFDEEA
(223,222,234)
#E3E3ED
(227,227,237)
#E7E8F0
(231,232,240)
#EBEDF3
(235,237,243)
#EFF2F6
(239,242,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBC5DB color. Also use rgb(203,197,219) instead hex code.

Text Font Color

.myTextColor { color: #CBC5DB; }

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

This text font color is #CBC5DB.

Background Color

.myBgColor { background-color: #CBC5DB; }

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

This div background color is #CBC5DB.

Border color

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

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

This div border color is #CBC5DB.

Opacity

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

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

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

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

This text has shadow with #CBC5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBC5DB.

Preview

Color preview on black background

This text has color #CBC5DB on black background.


Color preview on white background

This text has color #CBC5DB on white background.


Black color preview on #CBC5DB background

This text has black color on #CBC5DB background.


White color preview on #CBC5DB background

This text has white color on #CBC5DB background.


Related colors

Complementary color

Complementary color for #hex is #343A24.


I love getcolorcode.com

Triadic colors

1 #DBCBC5 and #C5DBCB with #CBC5DB are triadic colors.

2 #DBC5CB and #C5CBDB with #CBC5DB are triadic colors.