COLOR #C7D076

HEX: #C7D076
RGB: (199,208,118)

Renk bilgisi

#C7D076 contains mainly red and green colors. #C7D076 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C7D076 color RGB value is (199,208,118).

  • kırmız ton 199;
  • yeşil ton 208;
  • mavi ton 118.
RGB:
(199,208,118)
(78%,82%,46%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 208 of 255 = 82%
B 118 of 255 = 46%

199
208
118

R + G + B ~ 69%. #C7D076 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 208 + 118 = 525 (100%)
R 199 of 525 ~ 37.9%
G 208 of 525 ~ 39.62%
B 118 of 525 ~ 22.48%

%37.9
%39.62
%22.48

CMYK RENK MODELİ

#C7D076 rengi CMYK tonu (4,0,43,18).

  • camgöbeği tonu 4.33%
  • eflatun tonu 0.00%
  • sarı tonu 43.27%
  • ana renk tonu 18.43%
CMYK:
(4,0,43,18)
C4M0Y43K18 
(4%,0%,43%,18%)
(0.04/0.00/0.43/0.18)	

CMYK yüzdeleri

%4.33
%0
%43.27
%18.43

Codes

Color #C7D076 in popluar color models

C7D076
RGB199208118
HSL66°48.91%63.92%
HSB/HSV66°43.27%81.57%
CMYK4.33%0.00%43.27%
18.43%

Color #C7D076 in popluar number systems.

HEXC7D076
Decimal199208118
Binary11000111110100001110110
Octal307320166

Shades and tints

Shades of #C7D076

#C7D076
(199,208,118)
#B5BE6C
(181,190,108)
#A3AC62
(163,172,98)
#919A58
(145,154,88)
#7F884E
(127,136,78)
#6D7644
(109,118,68)
#5B643A
(91,100,58)
#495230
(73,82,48)
#374026
(55,64,38)
#252E1C
(37,46,28)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #C7D076

#C7D076
(199,208,118)
#CCD482
(204,212,130)
#D1D88E
(209,216,142)
#D6DC9A
(214,220,154)
#DBE0A6
(219,224,166)
#E0E4B2
(224,228,178)
#E5E8BE
(229,232,190)
#EAECCA
(234,236,202)
#EFF0D6
(239,240,214)
#F4F4E2
(244,244,226)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D076 color. Also use rgb(199,208,118) instead hex code.

Text Font Color

.myTextColor { color: #C7D076; }

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

This text font color is #C7D076.


Background Color

.myBgColor { background-color: #C7D076; }

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

This div background color is #C7D076.


Border color

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

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

This div border color is #C7D076.


Opacity

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

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

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

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

This text has shadow with #C7D076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D076 on black background.


Color preview on white background

This text has color #C7D076 on white background.



Black color preview on #C7D076 background

This text has black color on #C7D076 background.


White color preview on #C7D076 background

This text has white color on #C7D076 background.