COLOR #C5D9B6

HEX: #C5D9B6 RGB: (197,217,182)

Color info

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

RGB color model

#C5D9B6 color RGB value is (197,217,182).

RGB: (197,217,182) (77%, 85%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 182 of 255 = 71%

197
217
182

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

Portions of RGB colors in percentages

R + G + B = 197 + 217 + 182 = 596 (100%)
R 197 of 596 ~ 33.05%
G 217 of 596 ~ 36.41%
B 182 of 596 ~ 30.54'%

%33.05
%36.41
%30.54

CMYK color model

#C5D9B6 color CMYK value is (9,0,16,15).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 14.90%
CMYK: (9,0,16,15) C9M0Y16K15 (9%,0%,16%,15%) (0.09/0.00/0.16/0.15) 

CMYK percentages

%9.22
%0
%16.13
%14.9

Codes

Color #C5D9B6 in popluar color models

C5 D9 B6
RGB 197 217 182
HSL 94° 31.53% 78.24%
HSB/HSV 94° 16.13% 85.10%
CMYK 9.22% 0.00% 16.13%
14.90%

Color #C5D9B6 in popluar number systems.

HEX C5 D9 B6
Decimal 197 217 182
Binary 11000101 11011001 10110110
Octal 305 331 266

Shades and tints

Shades of #C5D9B6

#C5D9B6
(197,217,182)
#B4C6A6
(180,198,166)
#A3B396
(163,179,150)
#92A086
(146,160,134)
#818D76
(129,141,118)
#707A66
(112,122,102)
#5F6756
(95,103,86)
#4E5446
(78,84,70)
#3D4136
(61,65,54)
#2C2E26
(44,46,38)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #C5D9B6

#C5D9B6
(197,217,182)
#CADCBC
(202,220,188)
#CFDFC2
(207,223,194)
#D4E2C8
(212,226,200)
#D9E5CE
(217,229,206)
#DEE8D4
(222,232,212)
#E3EBDA
(227,235,218)
#E8EEE0
(232,238,224)
#EDF1E6
(237,241,230)
#F2F4EC
(242,244,236)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D9B6 color. Also use rgb(197,217,182) instead hex code.

Text Font Color

.myTextColor { color: #C5D9B6; }

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

This text font color is #C5D9B6.

Background Color

.myBgColor { background-color: #C5D9B6; }

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

This div background color is #C5D9B6.

Border color

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

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

This div border color is #C5D9B6.

Opacity

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

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

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

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

This text has shadow with #C5D9B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D9B6.

Preview

Color preview on black background

This text has color #C5D9B6 on black background.


Color preview on white background

This text has color #C5D9B6 on white background.


Black color preview on #C5D9B6 background

This text has black color on #C5D9B6 background.


White color preview on #C5D9B6 background

This text has white color on #C5D9B6 background.


Related colors

Complementary color

Complementary color for #hex is #3A2649.


I love getcolorcode.com

Triadic colors

1 #B6C5D9 and #D9B6C5 with #C5D9B6 are triadic colors.

2 #B6D9C5 and #D9C5B6 with #C5D9B6 are triadic colors.