COLOR #C6D3AC

HEX: #C6D3AC RGB: (198,211,172)

Color info

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

RGB color model

#C6D3AC color RGB value is (198,211,172).

RGB: (198,211,172) (78%, 83%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 172 of 255 = 67%

198
211
172

R + G + B ~ 76%. #C6D3AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 211 + 172 = 581 (100%)
R 198 of 581 ~ 34.08%
G 211 of 581 ~ 36.32%
B 172 of 581 ~ 29.6'%

%34.08
%36.32
%29.6

CMYK color model

#C6D3AC color CMYK value is (6,0,18,17).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 17.25%

CMYK: (6,0,18,17)
C6M0Y18K17 (6%, 0%, 18%, 17%)
(0.06 / 0.00 / 0.18 / 0.17)

CMYK percentages

%6.16
%0
%18.48
%17.25

Codes

Color #C6D3AC in popluar color models

C6 D3 AC
RGB 198 211 172
HSL 80° 30.71% 75.10%
HSB/HSV 80° 18.48% 82.75%
CMYK 6.16% 0.00% 18.48%
17.25%

Color #C6D3AC in popluar number systems.

HEX C6 D3 AC
Decimal 198 211 172
Binary 11000110 11010011 10101100
Octal 306 323 254

Shades and tints

Shades of #C6D3AC

#C6D3AC
(198,211,172)
#B4C09D
(180,192,157)
#A2AD8E
(162,173,142)
#909A7F
(144,154,127)
#7E8770
(126,135,112)
#6C7461
(108,116,97)
#5A6152
(90,97,82)
#484E43
(72,78,67)
#363B34
(54,59,52)
#242825
(36,40,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6D3AC

#C6D3AC
(198,211,172)
#CBD7B3
(203,215,179)
#D0DBBA
(208,219,186)
#D5DFC1
(213,223,193)
#DAE3C8
(218,227,200)
#DFE7CF
(223,231,207)
#E4EBD6
(228,235,214)
#E9EFDD
(233,239,221)
#EEF3E4
(238,243,228)
#F3F7EB
(243,247,235)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D3AC color. Also use rgb(198,211,172) instead hex code.

Text Font Color

.myTextColor { color: #C6D3AC; }

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

This text font color is #C6D3AC.

Background Color

.myBgColor { background-color: #C6D3AC; }

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

This div background color is #C6D3AC.

Border color

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

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

This div border color is #C6D3AC.

Opacity

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

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

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

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

This text has shadow with #C6D3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D3AC.

Preview

Color preview on black background

This text has color #C6D3AC on black background.


Color preview on white background

This text has color #C6D3AC on white background.


Black color preview on #C6D3AC background

This text has black color on #C6D3AC background.


White color preview on #C6D3AC background

This text has white color on #C6D3AC background.


Related colors

Complementary color

Complementary color for #hex is #392C53.


I love getcolorcode.com

Triadic colors

1 #ACC6D3 and #D3ACC6 with #C6D3AC are triadic colors.

2 #ACD3C6 and #D3C6AC with #C6D3AC are triadic colors.