COLOR #C5DDB5

HEX: #C5DDB5 RGB: (197,221,181)

Color info

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

RGB color model

#C5DDB5 color RGB value is (197,221,181).

RGB: (197,221,181) (77%, 87%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 221 of 255 = 87%
B 181 of 255 = 71%

197
221
181

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

Portions of RGB colors in percentages

R + G + B = 197 + 221 + 181 = 599 (100%)
R 197 of 599 ~ 32.89%
G 221 of 599 ~ 36.89%
B 181 of 599 ~ 30.22'%

%32.89
%36.89
%30.22

CMYK color model

#C5DDB5 color CMYK value is (11,0,18,13).

  • cyan value is 10.86%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 13.33%

CMYK: (11,0,18,13)
C11M0Y18K13 (11%, 0%, 18%, 13%)
(0.11 / 0.00 / 0.18 / 0.13)

CMYK percentages

%10.86
%0
%18.1
%13.33

Codes

Color #C5DDB5 in popluar color models

C5 DD B5
RGB 197 221 181
HSL 96° 37.04% 78.82%
HSB/HSV 96° 18.10% 86.67%
CMYK 10.86% 0.00% 18.10%
13.33%

Color #C5DDB5 in popluar number systems.

HEX C5 DD B5
Decimal 197 221 181
Binary 11000101 11011101 10110101
Octal 305 335 265

Shades and tints

Shades of #C5DDB5

#C5DDB5
(197,221,181)
#B4C9A5
(180,201,165)
#A3B595
(163,181,149)
#92A185
(146,161,133)
#818D75
(129,141,117)
#707965
(112,121,101)
#5F6555
(95,101,85)
#4E5145
(78,81,69)
#3D3D35
(61,61,53)
#2C2925
(44,41,37)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5DDB5

#C5DDB5
(197,221,181)
#CAE0BB
(202,224,187)
#CFE3C1
(207,227,193)
#D4E6C7
(212,230,199)
#D9E9CD
(217,233,205)
#DEECD3
(222,236,211)
#E3EFD9
(227,239,217)
#E8F2DF
(232,242,223)
#EDF5E5
(237,245,229)
#F2F8EB
(242,248,235)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DDB5 color. Also use rgb(197,221,181) instead hex code.

Text Font Color

.myTextColor { color: #C5DDB5; }

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

This text font color is #C5DDB5.

Background Color

.myBgColor { background-color: #C5DDB5; }

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

This div background color is #C5DDB5.

Border color

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

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

This div border color is #C5DDB5.

Opacity

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

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

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

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

This text has shadow with #C5DDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DDB5.

Preview

Color preview on black background

This text has color #C5DDB5 on black background.


Color preview on white background

This text has color #C5DDB5 on white background.


Black color preview on #C5DDB5 background

This text has black color on #C5DDB5 background.


White color preview on #C5DDB5 background

This text has white color on #C5DDB5 background.


Related colors

Complementary color

Complementary color for #hex is #3A224A.


I love getcolorcode.com

Triadic colors

1 #B5C5DD and #DDB5C5 with #C5DDB5 are triadic colors.

2 #B5DDC5 and #DDC5B5 with #C5DDB5 are triadic colors.