COLOR #C5DDBD

HEX: #C5DDBD RGB: (197,221,189)

Color info

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

RGB color model

#C5DDBD color RGB value is (197,221,189).

RGB: (197,221,189) (77%, 87%, 74%)

RGB channels and saturation

R 197 of 255 = 77%
G 221 of 255 = 87%
B 189 of 255 = 74%

197
221
189

R + G + B ~ 79%. #C5DDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 221 + 189 = 607 (100%)
R 197 of 607 ~ 32.45%
G 221 of 607 ~ 36.41%
B 189 of 607 ~ 31.14'%

%32.45
%36.41
%31.14

CMYK color model

#C5DDBD color CMYK value is (11,0,14,13).

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

CMYK: (11,0,14,13)
C11M0Y14K13 (11%, 0%, 14%, 13%)
(0.11 / 0.00 / 0.14 / 0.13)

CMYK percentages

%10.86
%0
%14.48
%13.33

Codes

Color #C5DDBD in popluar color models

C5 DD BD
RGB 197 221 189
HSL 105° 32.00% 80.39%
HSB/HSV 105° 14.48% 86.67%
CMYK 10.86% 0.00% 14.48%
13.33%

Color #C5DDBD in popluar number systems.

HEX C5 DD BD
Decimal 197 221 189
Binary 11000101 11011101 10111101
Octal 305 335 275

Shades and tints

Shades of #C5DDBD

#C5DDBD
(197,221,189)
#B4C9AC
(180,201,172)
#A3B59B
(163,181,155)
#92A18A
(146,161,138)
#818D79
(129,141,121)
#707968
(112,121,104)
#5F6557
(95,101,87)
#4E5146
(78,81,70)
#3D3D35
(61,61,53)
#2C2924
(44,41,36)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5DDBD

#C5DDBD
(197,221,189)
#CAE0C3
(202,224,195)
#CFE3C9
(207,227,201)
#D4E6CF
(212,230,207)
#D9E9D5
(217,233,213)
#DEECDB
(222,236,219)
#E3EFE1
(227,239,225)
#E8F2E7
(232,242,231)
#EDF5ED
(237,245,237)
#F2F8F3
(242,248,243)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DDBD; }

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

This text font color is #C5DDBD.

Background Color

.myBgColor { background-color: #C5DDBD; }

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

This div background color is #C5DDBD.

Border color

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

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

This div border color is #C5DDBD.

Opacity

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

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

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

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

This text has shadow with #C5DDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DDBD.

Preview

Color preview on black background

This text has color #C5DDBD on black background.


Color preview on white background

This text has color #C5DDBD on white background.


Black color preview on #C5DDBD background

This text has black color on #C5DDBD background.


White color preview on #C5DDBD background

This text has white color on #C5DDBD background.


Related colors

Complementary color

Complementary color for #hex is #3A2242.


I love getcolorcode.com

Triadic colors

1 #BDC5DD and #DDBDC5 with #C5DDBD are triadic colors.

2 #BDDDC5 and #DDC5BD with #C5DDBD are triadic colors.