COLOR #C6DAC0

HEX: #C6DAC0 RGB: (198,218,192)

Color info

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

RGB color model

#C6DAC0 color RGB value is (198,218,192).

RGB: (198,218,192) (78%, 85%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 192 of 255 = 75%

198
218
192

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

Portions of RGB colors in percentages

R + G + B = 198 + 218 + 192 = 608 (100%)
R 198 of 608 ~ 32.57%
G 218 of 608 ~ 35.86%
B 192 of 608 ~ 31.58'%

%32.57
%35.86
%31.58

CMYK color model

#C6DAC0 color CMYK value is (9,0,12,15).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 14.51%

CMYK: (9,0,12,15)
C9M0Y12K15 (9%, 0%, 12%, 15%)
(0.09 / 0.00 / 0.12 / 0.15)

CMYK percentages

%9.17
%0
%11.93
%14.51

Codes

Color #C6DAC0 in popluar color models

C6 DA C0
RGB 198 218 192
HSL 106° 26.00% 80.39%
HSB/HSV 106° 11.93% 85.49%
CMYK 9.17% 0.00% 11.93%
14.51%

Color #C6DAC0 in popluar number systems.

HEX C6 DA C0
Decimal 198 218 192
Binary 11000110 11011010 11000000
Octal 306 332 300

Shades and tints

Shades of #C6DAC0

#C6DAC0
(198,218,192)
#B4C7AF
(180,199,175)
#A2B49E
(162,180,158)
#90A18D
(144,161,141)
#7E8E7C
(126,142,124)
#6C7B6B
(108,123,107)
#5A685A
(90,104,90)
#485549
(72,85,73)
#364238
(54,66,56)
#242F27
(36,47,39)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #C6DAC0

#C6DAC0
(198,218,192)
#CBDDC5
(203,221,197)
#D0E0CA
(208,224,202)
#D5E3CF
(213,227,207)
#DAE6D4
(218,230,212)
#DFE9D9
(223,233,217)
#E4ECDE
(228,236,222)
#E9EFE3
(233,239,227)
#EEF2E8
(238,242,232)
#F3F5ED
(243,245,237)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DAC0 color. Also use rgb(198,218,192) instead hex code.

Text Font Color

.myTextColor { color: #C6DAC0; }

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

This text font color is #C6DAC0.

Background Color

.myBgColor { background-color: #C6DAC0; }

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

This div background color is #C6DAC0.

Border color

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

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

This div border color is #C6DAC0.

Opacity

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

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

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

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

This text has shadow with #C6DAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DAC0.

Preview

Color preview on black background

This text has color #C6DAC0 on black background.


Color preview on white background

This text has color #C6DAC0 on white background.


Black color preview on #C6DAC0 background

This text has black color on #C6DAC0 background.


White color preview on #C6DAC0 background

This text has white color on #C6DAC0 background.


Related colors

Complementary color

Complementary color for #hex is #39253F.


I love getcolorcode.com

Triadic colors

1 #C0C6DA and #DAC0C6 with #C6DAC0 are triadic colors.

2 #C0DAC6 and #DAC6C0 with #C6DAC0 are triadic colors.