COLOR #C6DACD

HEX: #C6DACD RGB: (198,218,205)

Color info

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

RGB color model

#C6DACD color RGB value is (198,218,205).

RGB: (198,218,205) (78%, 85%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 205 of 255 = 80%

198
218
205

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

Portions of RGB colors in percentages

R + G + B = 198 + 218 + 205 = 621 (100%)
R 198 of 621 ~ 31.88%
G 218 of 621 ~ 35.1%
B 205 of 621 ~ 33.01'%

%31.88
%35.1
%33.01

CMYK color model

#C6DACD color CMYK value is (9,0,6,15).

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

CMYK: (9,0,6,15)
C9M0Y6K15 (9%, 0%, 6%, 15%)
(0.09 / 0.00 / 0.06 / 0.15)

CMYK percentages

%9.17
%0
%5.96
%14.51

Codes

Color #C6DACD in popluar color models

C6 DA CD
RGB 198 218 205
HSL 141° 21.28% 81.57%
HSB/HSV 141° 9.17% 85.49%
CMYK 9.17% 0.00% 5.96%
14.51%

Color #C6DACD in popluar number systems.

HEX C6 DA CD
Decimal 198 218 205
Binary 11000110 11011010 11001101
Octal 306 332 315

Shades and tints

Shades of #C6DACD

#C6DACD
(198,218,205)
#B4C7BB
(180,199,187)
#A2B4A9
(162,180,169)
#90A197
(144,161,151)
#7E8E85
(126,142,133)
#6C7B73
(108,123,115)
#5A6861
(90,104,97)
#48554F
(72,85,79)
#36423D
(54,66,61)
#242F2B
(36,47,43)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #C6DACD

#C6DACD
(198,218,205)
#CBDDD1
(203,221,209)
#D0E0D5
(208,224,213)
#D5E3D9
(213,227,217)
#DAE6DD
(218,230,221)
#DFE9E1
(223,233,225)
#E4ECE5
(228,236,229)
#E9EFE9
(233,239,233)
#EEF2ED
(238,242,237)
#F3F5F1
(243,245,241)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DACD; }

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

This text font color is #C6DACD.

Background Color

.myBgColor { background-color: #C6DACD; }

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

This div background color is #C6DACD.

Border color

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

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

This div border color is #C6DACD.

Opacity

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

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

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

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

This text has shadow with #C6DACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DACD.

Preview

Color preview on black background

This text has color #C6DACD on black background.


Color preview on white background

This text has color #C6DACD on white background.


Black color preview on #C6DACD background

This text has black color on #C6DACD background.


White color preview on #C6DACD background

This text has white color on #C6DACD background.


Related colors

Complementary color

Complementary color for #hex is #392532.


I love getcolorcode.com

Triadic colors

1 #CDC6DA and #DACDC6 with #C6DACD are triadic colors.

2 #CDDAC6 and #DAC6CD with #C6DACD are triadic colors.