COLOR #C5DBBB

HEX: #C5DBBB RGB: (197,219,187)

Color info

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

RGB color model

#C5DBBB color RGB value is (197,219,187).

RGB: (197,219,187) (77%, 86%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 187 of 255 = 73%

197
219
187

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

Portions of RGB colors in percentages

R + G + B = 197 + 219 + 187 = 603 (100%)
R 197 of 603 ~ 32.67%
G 219 of 603 ~ 36.32%
B 187 of 603 ~ 31.01'%

%32.67
%36.32
%31.01

CMYK color model

#C5DBBB color CMYK value is (10,0,15,14).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%

CMYK: (10,0,15,14)
C10M0Y15K14 (10%, 0%, 15%, 14%)
(0.10 / 0.00 / 0.15 / 0.14)

CMYK percentages

%10.05
%0
%14.61
%14.12

Codes

Color #C5DBBB in popluar color models

C5 DB BB
RGB 197 219 187
HSL 101° 30.77% 79.61%
HSB/HSV 101° 14.61% 85.88%
CMYK 10.05% 0.00% 14.61%
14.12%

Color #C5DBBB in popluar number systems.

HEX C5 DB BB
Decimal 197 219 187
Binary 11000101 11011011 10111011
Octal 305 333 273

Shades and tints

Shades of #C5DBBB

#C5DBBB
(197,219,187)
#B4C8AA
(180,200,170)
#A3B599
(163,181,153)
#92A288
(146,162,136)
#818F77
(129,143,119)
#707C66
(112,124,102)
#5F6955
(95,105,85)
#4E5644
(78,86,68)
#3D4333
(61,67,51)
#2C3022
(44,48,34)
#1B1D11
(27,29,17)
#000000
(0,0,0)

Tints of #C5DBBB

#C5DBBB
(197,219,187)
#CADEC1
(202,222,193)
#CFE1C7
(207,225,199)
#D4E4CD
(212,228,205)
#D9E7D3
(217,231,211)
#DEEAD9
(222,234,217)
#E3EDDF
(227,237,223)
#E8F0E5
(232,240,229)
#EDF3EB
(237,243,235)
#F2F6F1
(242,246,241)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DBBB color. Also use rgb(197,219,187) instead hex code.

Text Font Color

.myTextColor { color: #C5DBBB; }

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

This text font color is #C5DBBB.

Background Color

.myBgColor { background-color: #C5DBBB; }

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

This div background color is #C5DBBB.

Border color

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

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

This div border color is #C5DBBB.

Opacity

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

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

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

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

This text has shadow with #C5DBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DBBB.

Preview

Color preview on black background

This text has color #C5DBBB on black background.


Color preview on white background

This text has color #C5DBBB on white background.


Black color preview on #C5DBBB background

This text has black color on #C5DBBB background.


White color preview on #C5DBBB background

This text has white color on #C5DBBB background.


Related colors

Complementary color

Complementary color for #hex is #3A2444.


I love getcolorcode.com

Triadic colors

1 #BBC5DB and #DBBBC5 with #C5DBBB are triadic colors.

2 #BBDBC5 and #DBC5BB with #C5DBBB are triadic colors.