COLOR #C6DAB1

HEX: #C6DAB1 RGB: (198,218,177)

Color info

#C6DAB1 contains red, green and blue colors in about the same proportion. Web safe color of #C6DAB1 is #CCCC99 (or #CC9).

RGB color model

#C6DAB1 color RGB value is (198,218,177).

RGB: (198,218,177) (78%, 85%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 177 of 255 = 69%

198
218
177

R + G + B ~ 77%. #C6DAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 218 + 177 = 593 (100%)
R 198 of 593 ~ 33.39%
G 218 of 593 ~ 36.76%
B 177 of 593 ~ 29.85'%

%33.39
%36.76
%29.85

CMYK color model

#C6DAB1 color CMYK value is (9,0,19,15).

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

CMYK: (9,0,19,15)
C9M0Y19K15 (9%, 0%, 19%, 15%)
(0.09 / 0.00 / 0.19 / 0.15)

CMYK percentages

%9.17
%0
%18.81
%14.51

Codes

Color #C6DAB1 in popluar color models

C6 DA B1
RGB 198 218 177
HSL 89° 35.65% 77.45%
HSB/HSV 89° 18.81% 85.49%
CMYK 9.17% 0.00% 18.81%
14.51%

Color #C6DAB1 in popluar number systems.

HEX C6 DA B1
Decimal 198 218 177
Binary 11000110 11011010 10110001
Octal 306 332 261

Shades and tints

Shades of #C6DAB1

#C6DAB1
(198,218,177)
#B4C7A1
(180,199,161)
#A2B491
(162,180,145)
#90A181
(144,161,129)
#7E8E71
(126,142,113)
#6C7B61
(108,123,97)
#5A6851
(90,104,81)
#485541
(72,85,65)
#364231
(54,66,49)
#242F21
(36,47,33)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #C6DAB1

#C6DAB1
(198,218,177)
#CBDDB8
(203,221,184)
#D0E0BF
(208,224,191)
#D5E3C6
(213,227,198)
#DAE6CD
(218,230,205)
#DFE9D4
(223,233,212)
#E4ECDB
(228,236,219)
#E9EFE2
(233,239,226)
#EEF2E9
(238,242,233)
#F3F5F0
(243,245,240)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DAB1; }

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

This text font color is #C6DAB1.

Background Color

.myBgColor { background-color: #C6DAB1; }

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

This div background color is #C6DAB1.

Border color

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

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

This div border color is #C6DAB1.

Opacity

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

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

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

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

This text has shadow with #C6DAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DAB1.

Preview

Color preview on black background

This text has color #C6DAB1 on black background.


Color preview on white background

This text has color #C6DAB1 on white background.


Black color preview on #C6DAB1 background

This text has black color on #C6DAB1 background.


White color preview on #C6DAB1 background

This text has white color on #C6DAB1 background.


Related colors

Complementary color

Complementary color for #hex is #39254E.


I love getcolorcode.com

Triadic colors

1 #B1C6DA and #DAB1C6 with #C6DAB1 are triadic colors.

2 #B1DAC6 and #DAC6B1 with #C6DAB1 are triadic colors.