COLOR #C5BDDA

HEX: #C5BDDA RGB: (197,189,218)

Color info

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

RGB color model

#C5BDDA color RGB value is (197,189,218).

RGB: (197,189,218) (77%, 74%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 189 of 255 = 74%
B 218 of 255 = 85%

197
189
218

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

Portions of RGB colors in percentages

R + G + B = 197 + 189 + 218 = 604 (100%)
R 197 of 604 ~ 32.62%
G 189 of 604 ~ 31.29%
B 218 of 604 ~ 36.09'%

%32.62
%31.29
%36.09

CMYK color model

#C5BDDA color CMYK value is (10,13,0,15).

  • cyan value is 9.63%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (10,13,0,15)
C10M13Y0K15 (10%, 13%, 0%, 15%)
(0.10 / 0.13 / 0.00 / 0.15)

CMYK percentages

%9.63
%13.3
%0
%14.51

Codes

Color #C5BDDA in popluar color models

C5 BD DA
RGB 197 189 218
HSL 257° 28.16% 79.80%
HSB/HSV 257° 13.30% 85.49%
CMYK 9.63% 13.30% 0.00%
14.51%

Color #C5BDDA in popluar number systems.

HEX C5 BD DA
Decimal 197 189 218
Binary 11000101 10111101 11011010
Octal 305 275 332

Shades and tints

Shades of #C5BDDA

#C5BDDA
(197,189,218)
#B4ACC7
(180,172,199)
#A39BB4
(163,155,180)
#928AA1
(146,138,161)
#81798E
(129,121,142)
#70687B
(112,104,123)
#5F5768
(95,87,104)
#4E4655
(78,70,85)
#3D3542
(61,53,66)
#2C242F
(44,36,47)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #C5BDDA

#C5BDDA
(197,189,218)
#CAC3DD
(202,195,221)
#CFC9E0
(207,201,224)
#D4CFE3
(212,207,227)
#D9D5E6
(217,213,230)
#DEDBE9
(222,219,233)
#E3E1EC
(227,225,236)
#E8E7EF
(232,231,239)
#EDEDF2
(237,237,242)
#F2F3F5
(242,243,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BDDA color. Also use rgb(197,189,218) instead hex code.

Text Font Color

.myTextColor { color: #C5BDDA; }

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

This text font color is #C5BDDA.

Background Color

.myBgColor { background-color: #C5BDDA; }

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

This div background color is #C5BDDA.

Border color

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

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

This div border color is #C5BDDA.

Opacity

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

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

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

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

This text has shadow with #C5BDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BDDA.

Preview

Color preview on black background

This text has color #C5BDDA on black background.


Color preview on white background

This text has color #C5BDDA on white background.


Black color preview on #C5BDDA background

This text has black color on #C5BDDA background.


White color preview on #C5BDDA background

This text has white color on #C5BDDA background.


Related colors

Complementary color

Complementary color for #hex is #3A4225.


I love getcolorcode.com

Triadic colors

1 #DAC5BD and #BDDAC5 with #C5BDDA are triadic colors.

2 #DABDC5 and #BDC5DA with #C5BDDA are triadic colors.