COLOR #C7D978

HEX: #C7D978
RGB: (199,217,120)

Renk bilgisi

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

RGB renk modeli

#C7D978 color RGB value is (199,217,120).

  • kırmız ton 199;
  • yeşil ton 217;
  • mavi ton 120.
RGB:
(199,217,120)
(78%,85%,47%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 217 of 255 = 85%
B 120 of 255 = 47%

199
217
120

R + G + B ~ 70%. #C7D978 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 217 + 120 = 536 (100%)
R 199 of 536 ~ 37.13%
G 217 of 536 ~ 40.49%
B 120 of 536 ~ 22.39%

%37.13
%40.49
%22.39

CMYK RENK MODELİ

#C7D978 rengi CMYK tonu (8,0,45,15).

  • camgöbeği tonu 8.29%
  • eflatun tonu 0.00%
  • sarı tonu 44.70%
  • ana renk tonu 14.90%
CMYK:
(8,0,45,15)
C8M0Y45K15 
(8%,0%,45%,15%)
(0.08/0.00/0.45/0.15)	

CMYK yüzdeleri

%8.29
%0
%44.7
%14.9

Codes

Color #C7D978 in popluar color models

C7D978
RGB199217120
HSL71°56.07%66.08%
HSB/HSV71°44.70%85.10%
CMYK8.29%0.00%44.70%
14.90%

Color #C7D978 in popluar number systems.

HEXC7D978
Decimal199217120
Binary11000111110110011111000
Octal307331170

Shades and tints

Shades of #C7D978

#C7D978
(199,217,120)
#B5C66E
(181,198,110)
#A3B364
(163,179,100)
#91A05A
(145,160,90)
#7F8D50
(127,141,80)
#6D7A46
(109,122,70)
#5B673C
(91,103,60)
#495432
(73,84,50)
#374128
(55,65,40)
#252E1E
(37,46,30)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #C7D978

#C7D978
(199,217,120)
#CCDC84
(204,220,132)
#D1DF90
(209,223,144)
#D6E29C
(214,226,156)
#DBE5A8
(219,229,168)
#E0E8B4
(224,232,180)
#E5EBC0
(229,235,192)
#EAEECC
(234,238,204)
#EFF1D8
(239,241,216)
#F4F4E4
(244,244,228)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D978 color. Also use rgb(199,217,120) instead hex code.

Text Font Color

.myTextColor { color: #C7D978; }

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

This text font color is #C7D978.


Background Color

.myBgColor { background-color: #C7D978; }

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

This div background color is #C7D978.


Border color

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

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

This div border color is #C7D978.


Opacity

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

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

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

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

This text has shadow with #C7D978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D978 on black background.


Color preview on white background

This text has color #C7D978 on white background.



Black color preview on #C7D978 background

This text has black color on #C7D978 background.


White color preview on #C7D978 background

This text has white color on #C7D978 background.