COLOR #C7DBC6

HEX: #C7DBC6 RGB: (199,219,198)

Color info

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

RGB color model

#C7DBC6 color RGB value is (199,219,198).

RGB: (199,219,198) (78%, 86%, 78%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 198 of 255 = 78%

199
219
198

R + G + B ~ 81%. #C7DBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 219 + 198 = 616 (100%)
R 199 of 616 ~ 32.31%
G 219 of 616 ~ 35.55%
B 198 of 616 ~ 32.14'%

%32.31
%35.55
%32.14

CMYK color model

#C7DBC6 color CMYK value is (9,0,10,14).

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

CMYK: (9,0,10,14)
C9M0Y10K14 (9%, 0%, 10%, 14%)
(0.09 / 0.00 / 0.10 / 0.14)

CMYK percentages

%9.13
%0
%9.59
%14.12

Codes

Color #C7DBC6 in popluar color models

C7 DB C6
RGB 199 219 198
HSL 117° 22.58% 81.76%
HSB/HSV 117° 9.59% 85.88%
CMYK 9.13% 0.00% 9.59%
14.12%

Color #C7DBC6 in popluar number systems.

HEX C7 DB C6
Decimal 199 219 198
Binary 11000111 11011011 11000110
Octal 307 333 306

Shades and tints

Shades of #C7DBC6

#C7DBC6
(199,219,198)
#B5C8B4
(181,200,180)
#A3B5A2
(163,181,162)
#91A290
(145,162,144)
#7F8F7E
(127,143,126)
#6D7C6C
(109,124,108)
#5B695A
(91,105,90)
#495648
(73,86,72)
#374336
(55,67,54)
#253024
(37,48,36)
#131D12
(19,29,18)
#000000
(0,0,0)

Tints of #C7DBC6

#C7DBC6
(199,219,198)
#CCDECB
(204,222,203)
#D1E1D0
(209,225,208)
#D6E4D5
(214,228,213)
#DBE7DA
(219,231,218)
#E0EADF
(224,234,223)
#E5EDE4
(229,237,228)
#EAF0E9
(234,240,233)
#EFF3EE
(239,243,238)
#F4F6F3
(244,246,243)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBC6; }

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

This text font color is #C7DBC6.

Background Color

.myBgColor { background-color: #C7DBC6; }

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

This div background color is #C7DBC6.

Border color

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

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

This div border color is #C7DBC6.

Opacity

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

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

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

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

This text has shadow with #C7DBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DBC6.

Preview

Color preview on black background

This text has color #C7DBC6 on black background.


Color preview on white background

This text has color #C7DBC6 on white background.


Black color preview on #C7DBC6 background

This text has black color on #C7DBC6 background.


White color preview on #C7DBC6 background

This text has white color on #C7DBC6 background.


Related colors

Complementary color

Complementary color for #hex is #382439.


I love getcolorcode.com

Triadic colors

1 #C6C7DB and #DBC6C7 with #C7DBC6 are triadic colors.

2 #C6DBC7 and #DBC7C6 with #C7DBC6 are triadic colors.