COLOR #C6DBA7

HEX: #C6DBA7
RGB: (198,219,167)

Color info

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

RGB color model

#C6DBA7 color RGB value is (198,219,167).

  • red value is 198;
  • green value is 219;
  • blue value is 167.
RGB:
(198,219,167)
(78%,86%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 167 of 255 = 65%

198
219
167

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

Portions of RGB colors in percentages

R + G + B =
198 + 219 + 167 = 584 (100%)
R 198 of 584 ~ 33.9%
G 219 of 584 ~ 37.5%
B 167 of 584 ~ 28.6%

%33.9
%37.5
%28.6

CMYK color model

#C6DBA7 color CMYK value is (10,0,24,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 14.12%
CMYK:
(10,0,24,14)
C10M0Y24K14 
(10%,0%,24%,14%)
(0.10/0.00/0.24/0.14)	

CMYK percentages

%9.59
%0
%23.74
%14.12

Codes

Color #C6DBA7 in popluar color models

C6DBA7
RGB198219167
HSL84°41.94%75.69%
HSB/HSV84°23.74%85.88%
CMYK9.59%0.00%23.74%
14.12%

Color #C6DBA7 in popluar number systems.

HEXC6DBA7
Decimal198219167
Binary110001101101101110100111
Octal306333247

Shades and tints

Shades of #C6DBA7

#C6DBA7
(198,219,167)
#B4C898
(180,200,152)
#A2B589
(162,181,137)
#90A27A
(144,162,122)
#7E8F6B
(126,143,107)
#6C7C5C
(108,124,92)
#5A694D
(90,105,77)
#48563E
(72,86,62)
#36432F
(54,67,47)
#243020
(36,48,32)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #C6DBA7

#C6DBA7
(198,219,167)
#CBDEAF
(203,222,175)
#D0E1B7
(208,225,183)
#D5E4BF
(213,228,191)
#DAE7C7
(218,231,199)
#DFEACF
(223,234,207)
#E4EDD7
(228,237,215)
#E9F0DF
(233,240,223)
#EEF3E7
(238,243,231)
#F3F6EF
(243,246,239)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBA7; }

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

This text font color is #C6DBA7.


Background Color

.myBgColor { background-color: #C6DBA7; }

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

This div background color is #C6DBA7.


Border color

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

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

This div border color is #C6DBA7.


Opacity

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

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

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

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

This text has shadow with #C6DBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBA7 on black background.


Color preview on white background

This text has color #C6DBA7 on white background.



Black color preview on #C6DBA7 background

This text has black color on #C6DBA7 background.


White color preview on #C6DBA7 background

This text has white color on #C6DBA7 background.