COLOR #C6DBD0

HEX: #C6DBD0 RGB: (198,219,208)

Color info

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

RGB color model

#C6DBD0 color RGB value is (198,219,208).

RGB: (198,219,208) (78%, 86%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 208 of 255 = 82%

198
219
208

R + G + B ~ 82%. #C6DBD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 219 + 208 = 625 (100%)
R 198 of 625 ~ 31.68%
G 219 of 625 ~ 35.04%
B 208 of 625 ~ 33.28'%

%31.68
%35.04
%33.28

CMYK color model

#C6DBD0 color CMYK value is (10,0,5,14).

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

CMYK: (10,0,5,14)
C10M0Y5K14 (10%, 0%, 5%, 14%)
(0.10 / 0.00 / 0.05 / 0.14)

CMYK percentages

%9.59
%0
%5.02
%14.12

Codes

Color #C6DBD0 in popluar color models

C6 DB D0
RGB 198 219 208
HSL 149° 22.58% 81.76%
HSB/HSV 149° 9.59% 85.88%
CMYK 9.59% 0.00% 5.02%
14.12%

Color #C6DBD0 in popluar number systems.

HEX C6 DB D0
Decimal 198 219 208
Binary 11000110 11011011 11010000
Octal 306 333 320

Shades and tints

Shades of #C6DBD0

#C6DBD0
(198,219,208)
#B4C8BE
(180,200,190)
#A2B5AC
(162,181,172)
#90A29A
(144,162,154)
#7E8F88
(126,143,136)
#6C7C76
(108,124,118)
#5A6964
(90,105,100)
#485652
(72,86,82)
#364340
(54,67,64)
#24302E
(36,48,46)
#121D1C
(18,29,28)
#000000
(0,0,0)

Tints of #C6DBD0

#C6DBD0
(198,219,208)
#CBDED4
(203,222,212)
#D0E1D8
(208,225,216)
#D5E4DC
(213,228,220)
#DAE7E0
(218,231,224)
#DFEAE4
(223,234,228)
#E4EDE8
(228,237,232)
#E9F0EC
(233,240,236)
#EEF3F0
(238,243,240)
#F3F6F4
(243,246,244)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBD0; }

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

This text font color is #C6DBD0.

Background Color

.myBgColor { background-color: #C6DBD0; }

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

This div background color is #C6DBD0.

Border color

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

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

This div border color is #C6DBD0.

Opacity

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

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

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

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

This text has shadow with #C6DBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DBD0.

Preview

Color preview on black background

This text has color #C6DBD0 on black background.


Color preview on white background

This text has color #C6DBD0 on white background.


Black color preview on #C6DBD0 background

This text has black color on #C6DBD0 background.


White color preview on #C6DBD0 background

This text has white color on #C6DBD0 background.


Related colors

Complementary color

Complementary color for #hex is #39242F.


I love getcolorcode.com

Triadic colors

1 #D0C6DB and #DBD0C6 with #C6DBD0 are triadic colors.

2 #D0DBC6 and #DBC6D0 with #C6DBD0 are triadic colors.