COLOR #C6DBB9

HEX: #C6DBB9 RGB: (198,219,185)

Color info

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

RGB color model

#C6DBB9 color RGB value is (198,219,185).

RGB: (198,219,185) (78%, 86%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 185 of 255 = 73%

198
219
185

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

Portions of RGB colors in percentages

R + G + B = 198 + 219 + 185 = 602 (100%)
R 198 of 602 ~ 32.89%
G 219 of 602 ~ 36.38%
B 185 of 602 ~ 30.73'%

%32.89
%36.38
%30.73

CMYK color model

#C6DBB9 color CMYK value is (10,0,16,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%

CMYK: (10,0,16,14)
C10M0Y16K14 (10%, 0%, 16%, 14%)
(0.10 / 0.00 / 0.16 / 0.14)

CMYK percentages

%9.59
%0
%15.53
%14.12

Codes

Color #C6DBB9 in popluar color models

C6 DB B9
RGB 198 219 185
HSL 97° 32.08% 79.22%
HSB/HSV 97° 15.53% 85.88%
CMYK 9.59% 0.00% 15.53%
14.12%

Color #C6DBB9 in popluar number systems.

HEX C6 DB B9
Decimal 198 219 185
Binary 11000110 11011011 10111001
Octal 306 333 271

Shades and tints

Shades of #C6DBB9

#C6DBB9
(198,219,185)
#B4C8A9
(180,200,169)
#A2B599
(162,181,153)
#90A289
(144,162,137)
#7E8F79
(126,143,121)
#6C7C69
(108,124,105)
#5A6959
(90,105,89)
#485649
(72,86,73)
#364339
(54,67,57)
#243029
(36,48,41)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #C6DBB9

#C6DBB9
(198,219,185)
#CBDEBF
(203,222,191)
#D0E1C5
(208,225,197)
#D5E4CB
(213,228,203)
#DAE7D1
(218,231,209)
#DFEAD7
(223,234,215)
#E4EDDD
(228,237,221)
#E9F0E3
(233,240,227)
#EEF3E9
(238,243,233)
#F3F6EF
(243,246,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DBB9 color. Also use rgb(198,219,185) instead hex code.

Text Font Color

.myTextColor { color: #C6DBB9; }

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

This text font color is #C6DBB9.

Background Color

.myBgColor { background-color: #C6DBB9; }

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

This div background color is #C6DBB9.

Border color

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

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

This div border color is #C6DBB9.

Opacity

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

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

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

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

This text has shadow with #C6DBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DBB9.

Preview

Color preview on black background

This text has color #C6DBB9 on black background.


Color preview on white background

This text has color #C6DBB9 on white background.


Black color preview on #C6DBB9 background

This text has black color on #C6DBB9 background.


White color preview on #C6DBB9 background

This text has white color on #C6DBB9 background.


Related colors

Complementary color

Complementary color for #hex is #392446.


I love getcolorcode.com

Triadic colors

1 #B9C6DB and #DBB9C6 with #C6DBB9 are triadic colors.

2 #B9DBC6 and #DBC6B9 with #C6DBB9 are triadic colors.