COLOR #C5B9DD

HEX: #C5B9DD RGB: (197,185,221)

Color info

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

RGB color model

#C5B9DD color RGB value is (197,185,221).

RGB: (197,185,221) (77%, 73%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 221 of 255 = 87%

197
185
221

R + G + B ~ 79%. #C5B9DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 185 + 221 = 603 (100%)
R 197 of 603 ~ 32.67%
G 185 of 603 ~ 30.68%
B 221 of 603 ~ 36.65'%

%32.67
%30.68
%36.65

CMYK color model

#C5B9DD color CMYK value is (11,16,0,13).

  • cyan value is 10.86%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (11,16,0,13)
C11M16Y0K13 (11%, 16%, 0%, 13%)
(0.11 / 0.16 / 0.00 / 0.13)

CMYK percentages

%10.86
%16.29
%0
%13.33

Codes

Color #C5B9DD in popluar color models

C5 B9 DD
RGB 197 185 221
HSL 260° 34.62% 79.61%
HSB/HSV 260° 16.29% 86.67%
CMYK 10.86% 16.29% 0.00%
13.33%

Color #C5B9DD in popluar number systems.

HEX C5 B9 DD
Decimal 197 185 221
Binary 11000101 10111001 11011101
Octal 305 271 335

Shades and tints

Shades of #C5B9DD

#C5B9DD
(197,185,221)
#B4A9C9
(180,169,201)
#A399B5
(163,153,181)
#9289A1
(146,137,161)
#81798D
(129,121,141)
#706979
(112,105,121)
#5F5965
(95,89,101)
#4E4951
(78,73,81)
#3D393D
(61,57,61)
#2C2929
(44,41,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5B9DD

#C5B9DD
(197,185,221)
#CABFE0
(202,191,224)
#CFC5E3
(207,197,227)
#D4CBE6
(212,203,230)
#D9D1E9
(217,209,233)
#DED7EC
(222,215,236)
#E3DDEF
(227,221,239)
#E8E3F2
(232,227,242)
#EDE9F5
(237,233,245)
#F2EFF8
(242,239,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B9DD color. Also use rgb(197,185,221) instead hex code.

Text Font Color

.myTextColor { color: #C5B9DD; }

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

This text font color is #C5B9DD.

Background Color

.myBgColor { background-color: #C5B9DD; }

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

This div background color is #C5B9DD.

Border color

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

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

This div border color is #C5B9DD.

Opacity

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

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

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

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

This text has shadow with #C5B9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B9DD.

Preview

Color preview on black background

This text has color #C5B9DD on black background.


Color preview on white background

This text has color #C5B9DD on white background.


Black color preview on #C5B9DD background

This text has black color on #C5B9DD background.


White color preview on #C5B9DD background

This text has white color on #C5B9DD background.


Related colors

Complementary color

Complementary color for #hex is #3A4622.


I love getcolorcode.com

Triadic colors

1 #DDC5B9 and #B9DDC5 with #C5B9DD are triadic colors.

2 #DDB9C5 and #B9C5DD with #C5B9DD are triadic colors.