COLOR #C5BAD5

HEX: #C5BAD5
RGB: (197,186,213)

Color info

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

RGB color model

#C5BAD5 color RGB value is (197,186,213).

  • red value is 197;
  • green value is 186;
  • blue value is 213.
RGB:
(197,186,213)
(77%,73%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 213 of 255 = 84%

197
186
213

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 213 = 596 (100%)
R 197 of 596 ~ 33.05%
G 186 of 596 ~ 31.21%
B 213 of 596 ~ 35.74%

%33.05
%31.21
%35.74

CMYK color model

#C5BAD5 color CMYK value is (8,13,0,16).

  • cyan value is 7.51%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,13,0,16)
C8M13Y0K16 
(8%,13%,0%,16%)
(0.08/0.13/0.00/0.16)	

CMYK percentages

%7.51
%12.68
%0
%16.47

Codes

Color #C5BAD5 in popluar color models

C5BAD5
RGB197186213
HSL264°24.32%78.24%
HSB/HSV264°12.68%83.53%
CMYK7.51%12.68%0.00%
16.47%

Color #C5BAD5 in popluar number systems.

HEXC5BAD5
Decimal197186213
Binary110001011011101011010101
Octal305272325

Shades and tints

Shades of #C5BAD5

#C5BAD5
(197,186,213)
#B4AAC2
(180,170,194)
#A39AAF
(163,154,175)
#928A9C
(146,138,156)
#817A89
(129,122,137)
#706A76
(112,106,118)
#5F5A63
(95,90,99)
#4E4A50
(78,74,80)
#3D3A3D
(61,58,61)
#2C2A2A
(44,42,42)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #C5BAD5

#C5BAD5
(197,186,213)
#CAC0D8
(202,192,216)
#CFC6DB
(207,198,219)
#D4CCDE
(212,204,222)
#D9D2E1
(217,210,225)
#DED8E4
(222,216,228)
#E3DEE7
(227,222,231)
#E8E4EA
(232,228,234)
#EDEAED
(237,234,237)
#F2F0F0
(242,240,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BAD5 color. Also use rgb(197,186,213) instead hex code.

Text Font Color

.myTextColor { color: #C5BAD5; }

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

This text font color is #C5BAD5.


Background Color

.myBgColor { background-color: #C5BAD5; }

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

This div background color is #C5BAD5.


Border color

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

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

This div border color is #C5BAD5.


Opacity

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

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

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

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

This text has shadow with #C5BAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAD5 on black background.


Color preview on white background

This text has color #C5BAD5 on white background.



Black color preview on #C5BAD5 background

This text has black color on #C5BAD5 background.


White color preview on #C5BAD5 background

This text has white color on #C5BAD5 background.