COLOR #C7D87D

HEX: #C7D87D
RGB: (199,216,125)

Renk bilgisi

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

RGB renk modeli

#C7D87D color RGB value is (199,216,125).

  • kırmız ton 199;
  • yeşil ton 216;
  • mavi ton 125.
RGB:
(199,216,125)
(78%,85%,49%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 216 of 255 = 85%
B 125 of 255 = 49%

199
216
125

R + G + B ~ 71%. #C7D87D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 216 + 125 = 540 (100%)
R 199 of 540 ~ 36.85%
G 216 of 540 ~ 40%
B 125 of 540 ~ 23.15%

%36.85
%40
%23.15

CMYK RENK MODELİ

#C7D87D rengi CMYK tonu (8,0,42,15).

  • camgöbeği tonu 7.87%
  • eflatun tonu 0.00%
  • sarı tonu 42.13%
  • ana renk tonu 15.29%
CMYK:
(8,0,42,15)
C8M0Y42K15 
(8%,0%,42%,15%)
(0.08/0.00/0.42/0.15)	

CMYK yüzdeleri

%7.87
%0
%42.13
%15.29

Codes

Color #C7D87D in popluar color models

C7D87D
RGB199216125
HSL71°53.85%66.86%
HSB/HSV71°42.13%84.71%
CMYK7.87%0.00%42.13%
15.29%

Color #C7D87D in popluar number systems.

HEXC7D87D
Decimal199216125
Binary11000111110110001111101
Octal307330175

Shades and tints

Shades of #C7D87D

#C7D87D
(199,216,125)
#B5C572
(181,197,114)
#A3B267
(163,178,103)
#919F5C
(145,159,92)
#7F8C51
(127,140,81)
#6D7946
(109,121,70)
#5B663B
(91,102,59)
#495330
(73,83,48)
#374025
(55,64,37)
#252D1A
(37,45,26)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #C7D87D

#C7D87D
(199,216,125)
#CCDB88
(204,219,136)
#D1DE93
(209,222,147)
#D6E19E
(214,225,158)
#DBE4A9
(219,228,169)
#E0E7B4
(224,231,180)
#E5EABF
(229,234,191)
#EAEDCA
(234,237,202)
#EFF0D5
(239,240,213)
#F4F3E0
(244,243,224)
#F9F6EB
(249,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D87D color. Also use rgb(199,216,125) instead hex code.

Text Font Color

.myTextColor { color: #C7D87D; }

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

This text font color is #C7D87D.


Background Color

.myBgColor { background-color: #C7D87D; }

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

This div background color is #C7D87D.


Border color

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

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

This div border color is #C7D87D.


Opacity

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

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

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

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

This text has shadow with #C7D87D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D87D on black background.


Color preview on white background

This text has color #C7D87D on white background.



Black color preview on #C7D87D background

This text has black color on #C7D87D background.


White color preview on #C7D87D background

This text has white color on #C7D87D background.