COLOR #C7DBA1

HEX: #C7DBA1
RGB: (199,219,161)

Color info

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

RGB color model

#C7DBA1 color RGB value is (199,219,161).

  • red value is 199;
  • green value is 219;
  • blue value is 161.
RGB:
(199,219,161)
(78%,86%,63%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 161 of 255 = 63%

199
219
161

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

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 161 = 579 (100%)
R 199 of 579 ~ 34.37%
G 219 of 579 ~ 37.82%
B 161 of 579 ~ 27.81%

%34.37
%37.82
%27.81

CMYK color model

#C7DBA1 color CMYK value is (9,0,26,14).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 26.48%
  • key color value is 14.12%
CMYK:
(9,0,26,14)
C9M0Y26K14 
(9%,0%,26%,14%)
(0.09/0.00/0.26/0.14)	

CMYK percentages

%9.13
%0
%26.48
%14.12

Codes

Color #C7DBA1 in popluar color models

C7DBA1
RGB199219161
HSL81°44.62%74.51%
HSB/HSV81°26.48%85.88%
CMYK9.13%0.00%26.48%
14.12%

Color #C7DBA1 in popluar number systems.

HEXC7DBA1
Decimal199219161
Binary110001111101101110100001
Octal307333241

Shades and tints

Shades of #C7DBA1

#C7DBA1
(199,219,161)
#B5C893
(181,200,147)
#A3B585
(163,181,133)
#91A277
(145,162,119)
#7F8F69
(127,143,105)
#6D7C5B
(109,124,91)
#5B694D
(91,105,77)
#49563F
(73,86,63)
#374331
(55,67,49)
#253023
(37,48,35)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #C7DBA1

#C7DBA1
(199,219,161)
#CCDEA9
(204,222,169)
#D1E1B1
(209,225,177)
#D6E4B9
(214,228,185)
#DBE7C1
(219,231,193)
#E0EAC9
(224,234,201)
#E5EDD1
(229,237,209)
#EAF0D9
(234,240,217)
#EFF3E1
(239,243,225)
#F4F6E9
(244,246,233)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DBA1 color. Also use rgb(199,219,161) instead hex code.

Text Font Color

.myTextColor { color: #C7DBA1; }

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

This text font color is #C7DBA1.


Background Color

.myBgColor { background-color: #C7DBA1; }

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

This div background color is #C7DBA1.


Border color

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

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

This div border color is #C7DBA1.


Opacity

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

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

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

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

This text has shadow with #C7DBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBA1 on black background.


Color preview on white background

This text has color #C7DBA1 on white background.



Black color preview on #C7DBA1 background

This text has black color on #C7DBA1 background.


White color preview on #C7DBA1 background

This text has white color on #C7DBA1 background.