COLOR #C5CCC3

HEX: #C5CCC3 RGB: (197,204,195)

Color info

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

RGB color model

#C5CCC3 color RGB value is (197,204,195).

RGB: (197,204,195) (77%, 80%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 195 of 255 = 76%

197
204
195

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

Portions of RGB colors in percentages

R + G + B = 197 + 204 + 195 = 596 (100%)
R 197 of 596 ~ 33.05%
G 204 of 596 ~ 34.23%
B 195 of 596 ~ 32.72'%

%33.05
%34.23
%32.72

CMYK color model

#C5CCC3 color CMYK value is (3,0,4,20).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%

CMYK: (3,0,4,20)
C3M0Y4K20 (3%, 0%, 4%, 20%)
(0.03 / 0.00 / 0.04 / 0.20)

CMYK percentages

%3.43
%0
%4.41
%20

Codes

Color #C5CCC3 in popluar color models

C5 CC C3
RGB 197 204 195
HSL 107° 8.11% 78.24%
HSB/HSV 107° 4.41% 80.00%
CMYK 3.43% 0.00% 4.41%
20.00%

Color #C5CCC3 in popluar number systems.

HEX C5 CC C3
Decimal 197 204 195
Binary 11000101 11001100 11000011
Octal 305 314 303

Shades and tints

Shades of #C5CCC3

#C5CCC3
(197,204,195)
#B4BAB2
(180,186,178)
#A3A8A1
(163,168,161)
#929690
(146,150,144)
#81847F
(129,132,127)
#70726E
(112,114,110)
#5F605D
(95,96,93)
#4E4E4C
(78,78,76)
#3D3C3B
(61,60,59)
#2C2A2A
(44,42,42)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5CCC3

#C5CCC3
(197,204,195)
#CAD0C8
(202,208,200)
#CFD4CD
(207,212,205)
#D4D8D2
(212,216,210)
#D9DCD7
(217,220,215)
#DEE0DC
(222,224,220)
#E3E4E1
(227,228,225)
#E8E8E6
(232,232,230)
#EDECEB
(237,236,235)
#F2F0F0
(242,240,240)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CCC3 color. Also use rgb(197,204,195) instead hex code.

Text Font Color

.myTextColor { color: #C5CCC3; }

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

This text font color is #C5CCC3.

Background Color

.myBgColor { background-color: #C5CCC3; }

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

This div background color is #C5CCC3.

Border color

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

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

This div border color is #C5CCC3.

Opacity

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

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

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

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

This text has shadow with #C5CCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CCC3.

Preview

Color preview on black background

This text has color #C5CCC3 on black background.


Color preview on white background

This text has color #C5CCC3 on white background.


Black color preview on #C5CCC3 background

This text has black color on #C5CCC3 background.


White color preview on #C5CCC3 background

This text has white color on #C5CCC3 background.


Related colors

Complementary color

Complementary color for #hex is #3A333C.


I love getcolorcode.com

Triadic colors

1 #C3C5CC and #CCC3C5 with #C5CCC3 are triadic colors.

2 #C3CCC5 and #CCC5C3 with #C5CCC3 are triadic colors.