COLOR #C5CABC

HEX: #C5CABC RGB: (197,202,188)

Color info

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

RGB color model

#C5CABC color RGB value is (197,202,188).

RGB: (197,202,188) (77%, 79%, 74%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 188 of 255 = 74%

197
202
188

R + G + B ~ 77%. #C5CABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 188 = 587 (100%)
R 197 of 587 ~ 33.56%
G 202 of 587 ~ 34.41%
B 188 of 587 ~ 32.03'%

%33.56
%34.41
%32.03

CMYK color model

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

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

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

CMYK percentages

%2.48
%0
%6.93
%20.78

Codes

Color #C5CABC in popluar color models

C5 CA BC
RGB 197 202 188
HSL 81° 11.67% 76.47%
HSB/HSV 81° 6.93% 79.22%
CMYK 2.48% 0.00% 6.93%
20.78%

Color #C5CABC in popluar number systems.

HEX C5 CA BC
Decimal 197 202 188
Binary 11000101 11001010 10111100
Octal 305 312 274

Shades and tints

Shades of #C5CABC

#C5CABC
(197,202,188)
#B4B8AB
(180,184,171)
#A3A69A
(163,166,154)
#929489
(146,148,137)
#818278
(129,130,120)
#707067
(112,112,103)
#5F5E56
(95,94,86)
#4E4C45
(78,76,69)
#3D3A34
(61,58,52)
#2C2823
(44,40,35)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5CABC

#C5CABC
(197,202,188)
#CACEC2
(202,206,194)
#CFD2C8
(207,210,200)
#D4D6CE
(212,214,206)
#D9DAD4
(217,218,212)
#DEDEDA
(222,222,218)
#E3E2E0
(227,226,224)
#E8E6E6
(232,230,230)
#EDEAEC
(237,234,236)
#F2EEF2
(242,238,242)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CABC; }

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

This text font color is #C5CABC.

Background Color

.myBgColor { background-color: #C5CABC; }

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

This div background color is #C5CABC.

Border color

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

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

This div border color is #C5CABC.

Opacity

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

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

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

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

This text has shadow with #C5CABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CABC.

Preview

Color preview on black background

This text has color #C5CABC on black background.


Color preview on white background

This text has color #C5CABC on white background.


Black color preview on #C5CABC background

This text has black color on #C5CABC background.


White color preview on #C5CABC background

This text has white color on #C5CABC background.


Related colors

Complementary color

Complementary color for #hex is #3A3543.


I love getcolorcode.com

Triadic colors

1 #BCC5CA and #CABCC5 with #C5CABC are triadic colors.

2 #BCCAC5 and #CAC5BC with #C5CABC are triadic colors.