COLOR #C7D393

HEX: #C7D393 RGB: (199,211,147)

Color info

#C7D393 contains mainly red and green colors. Web safe color of #C7D393 is #CCCC99 (or #CC9).

RGB color model

#C7D393 color RGB value is (199,211,147).

RGB: (199,211,147) (78%, 83%, 58%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 147 of 255 = 58%

199
211
147

R + G + B ~ 73%. #C7D393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 211 + 147 = 557 (100%)
R 199 of 557 ~ 35.73%
G 211 of 557 ~ 37.88%
B 147 of 557 ~ 26.39'%

%35.73
%37.88
%26.39

CMYK color model

#C7D393 color CMYK value is (6,0,30,17).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 17.25%
CMYK: (6,0,30,17) C6M0Y30K17 (6%,0%,30%,17%) (0.06/0.00/0.30/0.17) 

CMYK percentages

%5.69
%0
%30.33
%17.25

Codes

Color #C7D393 in popluar color models

C7 D3 93
RGB 199 211 147
HSL 71° 42.11% 70.20%
HSB/HSV 71° 30.33% 82.75%
CMYK 5.69% 0.00% 30.33%
17.25%

Color #C7D393 in popluar number systems.

HEX C7 D3 93
Decimal 199 211 147
Binary 11000111 11010011 10010011
Octal 307 323 223

Shades and tints

Shades of #C7D393

#C7D393
(199,211,147)
#B5C086
(181,192,134)
#A3AD79
(163,173,121)
#919A6C
(145,154,108)
#7F875F
(127,135,95)
#6D7452
(109,116,82)
#5B6145
(91,97,69)
#494E38
(73,78,56)
#373B2B
(55,59,43)
#25281E
(37,40,30)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C7D393

#C7D393
(199,211,147)
#CCD79C
(204,215,156)
#D1DBA5
(209,219,165)
#D6DFAE
(214,223,174)
#DBE3B7
(219,227,183)
#E0E7C0
(224,231,192)
#E5EBC9
(229,235,201)
#EAEFD2
(234,239,210)
#EFF3DB
(239,243,219)
#F4F7E4
(244,247,228)
#F9FBED
(249,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D393 color. Also use rgb(199,211,147) instead hex code.

Text Font Color

.myTextColor { color: #C7D393; }

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

This text font color is #C7D393.

Background Color

.myBgColor { background-color: #C7D393; }

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

This div background color is #C7D393.

Border color

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

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

This div border color is #C7D393.

Opacity

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

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

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

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

This text has shadow with #C7D393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D393.

Preview

Color preview on black background

This text has color #C7D393 on black background.


Color preview on white background

This text has color #C7D393 on white background.


Black color preview on #C7D393 background

This text has black color on #C7D393 background.


White color preview on #C7D393 background

This text has white color on #C7D393 background.


Related colors

Complementary color

Complementary color for #hex is #382C6C.


I love getcolorcode.com

Triadic colors

1 #93C7D3 and #D393C7 with #C7D393 are triadic colors.

2 #93D3C7 and #D3C793 with #C7D393 are triadic colors.