COLOR #C5B8DB

HEX: #C5B8DB RGB: (197,184,219)

Color info

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

RGB color model

#C5B8DB color RGB value is (197,184,219).

RGB: (197,184,219) (77%, 72%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 184 of 255 = 72%
B 219 of 255 = 86%

197
184
219

R + G + B ~ 78%. #C5B8DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 184 + 219 = 600 (100%)
R 197 of 600 ~ 32.83%
G 184 of 600 ~ 30.67%
B 219 of 600 ~ 36.5'%

%32.83
%30.67
%36.5

CMYK color model

#C5B8DB color CMYK value is (10,16,0,14).

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

CMYK: (10,16,0,14)
C10M16Y0K14 (10%, 16%, 0%, 14%)
(0.10 / 0.16 / 0.00 / 0.14)

CMYK percentages

%10.05
%15.98
%0
%14.12

Codes

Color #C5B8DB in popluar color models

C5 B8 DB
RGB 197 184 219
HSL 262° 32.71% 79.02%
HSB/HSV 262° 15.98% 85.88%
CMYK 10.05% 15.98% 0.00%
14.12%

Color #C5B8DB in popluar number systems.

HEX C5 B8 DB
Decimal 197 184 219
Binary 11000101 10111000 11011011
Octal 305 270 333

Shades and tints

Shades of #C5B8DB

#C5B8DB
(197,184,219)
#B4A8C8
(180,168,200)
#A398B5
(163,152,181)
#9288A2
(146,136,162)
#81788F
(129,120,143)
#70687C
(112,104,124)
#5F5869
(95,88,105)
#4E4856
(78,72,86)
#3D3843
(61,56,67)
#2C2830
(44,40,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #C5B8DB

#C5B8DB
(197,184,219)
#CABEDE
(202,190,222)
#CFC4E1
(207,196,225)
#D4CAE4
(212,202,228)
#D9D0E7
(217,208,231)
#DED6EA
(222,214,234)
#E3DCED
(227,220,237)
#E8E2F0
(232,226,240)
#EDE8F3
(237,232,243)
#F2EEF6
(242,238,246)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B8DB; }

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

This text font color is #C5B8DB.

Background Color

.myBgColor { background-color: #C5B8DB; }

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

This div background color is #C5B8DB.

Border color

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

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

This div border color is #C5B8DB.

Opacity

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

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

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

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

This text has shadow with #C5B8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B8DB.

Preview

Color preview on black background

This text has color #C5B8DB on black background.


Color preview on white background

This text has color #C5B8DB on white background.


Black color preview on #C5B8DB background

This text has black color on #C5B8DB background.


White color preview on #C5B8DB background

This text has white color on #C5B8DB background.


Related colors

Complementary color

Complementary color for #hex is #3A4724.


I love getcolorcode.com

Triadic colors

1 #DBC5B8 and #B8DBC5 with #C5B8DB are triadic colors.

2 #DBB8C5 and #B8C5DB with #C5B8DB are triadic colors.