COLOR #C8D476

HEX: #C8D476
RGB: (200,212,118)

Renk bilgisi

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

RGB renk modeli

#C8D476 color RGB value is (200,212,118).

  • kırmız ton 200;
  • yeşil ton 212;
  • mavi ton 118.
RGB:
(200,212,118)
(78%,83%,46%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 212 of 255 = 83%
B 118 of 255 = 46%

200
212
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 212 + 118 = 530 (100%)
R 200 of 530 ~ 37.74%
G 212 of 530 ~ 40%
B 118 of 530 ~ 22.26%

%37.74
%40
%22.26

CMYK RENK MODELİ

#C8D476 rengi CMYK tonu (6,0,44,17).

  • camgöbeği tonu 5.66%
  • eflatun tonu 0.00%
  • sarı tonu 44.34%
  • ana renk tonu 16.86%
CMYK:
(6,0,44,17)
C6M0Y44K17 
(6%,0%,44%,17%)
(0.06/0.00/0.44/0.17)	

CMYK yüzdeleri

%5.66
%0
%44.34
%16.86

Codes

Color #C8D476 in popluar color models

C8D476
RGB200212118
HSL68°52.22%64.71%
HSB/HSV68°44.34%83.14%
CMYK5.66%0.00%44.34%
16.86%

Color #C8D476 in popluar number systems.

HEXC8D476
Decimal200212118
Binary11001000110101001110110
Octal310324166

Shades and tints

Shades of #C8D476

#C8D476
(200,212,118)
#B6C16C
(182,193,108)
#A4AE62
(164,174,98)
#929B58
(146,155,88)
#80884E
(128,136,78)
#6E7544
(110,117,68)
#5C623A
(92,98,58)
#4A4F30
(74,79,48)
#383C26
(56,60,38)
#26291C
(38,41,28)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #C8D476

#C8D476
(200,212,118)
#CDD782
(205,215,130)
#D2DA8E
(210,218,142)
#D7DD9A
(215,221,154)
#DCE0A6
(220,224,166)
#E1E3B2
(225,227,178)
#E6E6BE
(230,230,190)
#EBE9CA
(235,233,202)
#F0ECD6
(240,236,214)
#F5EFE2
(245,239,226)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D476 color. Also use rgb(200,212,118) instead hex code.

Text Font Color

.myTextColor { color: #C8D476; }

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

This text font color is #C8D476.


Background Color

.myBgColor { background-color: #C8D476; }

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

This div background color is #C8D476.


Border color

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

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

This div border color is #C8D476.


Opacity

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

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

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

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

This text has shadow with #C8D476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D476 on black background.


Color preview on white background

This text has color #C8D476 on white background.



Black color preview on #C8D476 background

This text has black color on #C8D476 background.


White color preview on #C8D476 background

This text has white color on #C8D476 background.