COLOR #C5BBCA

HEX: #C5BBCA RGB: (197,187,202)

Color info

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

RGB color model

#C5BBCA color RGB value is (197,187,202).

RGB: (197,187,202) (77%, 73%, 79%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 202 of 255 = 79%

197
187
202

R + G + B ~ 76%. #C5BBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 187 + 202 = 586 (100%)
R 197 of 586 ~ 33.62%
G 187 of 586 ~ 31.91%
B 202 of 586 ~ 34.47'%

%33.62
%31.91
%34.47

CMYK color model

#C5BBCA color CMYK value is (2,7,0,21).

  • cyan value is 2.48%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (2,7,0,21)
C2M7Y0K21 (2%, 7%, 0%, 21%)
(0.02 / 0.07 / 0.00 / 0.21)

CMYK percentages

%2.48
%7.43
%0
%20.78

Codes

Color #C5BBCA in popluar color models

C5 BB CA
RGB 197 187 202
HSL 280° 12.40% 76.27%
HSB/HSV 280° 7.43% 79.22%
CMYK 2.48% 7.43% 0.00%
20.78%

Color #C5BBCA in popluar number systems.

HEX C5 BB CA
Decimal 197 187 202
Binary 11000101 10111011 11001010
Octal 305 273 312

Shades and tints

Shades of #C5BBCA

#C5BBCA
(197,187,202)
#B4AAB8
(180,170,184)
#A399A6
(163,153,166)
#928894
(146,136,148)
#817782
(129,119,130)
#706670
(112,102,112)
#5F555E
(95,85,94)
#4E444C
(78,68,76)
#3D333A
(61,51,58)
#2C2228
(44,34,40)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #C5BBCA

#C5BBCA
(197,187,202)
#CAC1CE
(202,193,206)
#CFC7D2
(207,199,210)
#D4CDD6
(212,205,214)
#D9D3DA
(217,211,218)
#DED9DE
(222,217,222)
#E3DFE2
(227,223,226)
#E8E5E6
(232,229,230)
#EDEBEA
(237,235,234)
#F2F1EE
(242,241,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BBCA color. Also use rgb(197,187,202) instead hex code.

Text Font Color

.myTextColor { color: #C5BBCA; }

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

This text font color is #C5BBCA.

Background Color

.myBgColor { background-color: #C5BBCA; }

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

This div background color is #C5BBCA.

Border color

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

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

This div border color is #C5BBCA.

Opacity

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

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

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

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

This text has shadow with #C5BBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BBCA.

Preview

Color preview on black background

This text has color #C5BBCA on black background.


Color preview on white background

This text has color #C5BBCA on white background.


Black color preview on #C5BBCA background

This text has black color on #C5BBCA background.


White color preview on #C5BBCA background

This text has white color on #C5BBCA background.


Related colors

Complementary color

Complementary color for #hex is #3A4435.


I love getcolorcode.com

Triadic colors

1 #CAC5BB and #BBCAC5 with #C5BBCA are triadic colors.

2 #CABBC5 and #BBC5CA with #C5BBCA are triadic colors.