COLOR #C7ED8D

HEX: #C7ED8D
RGB: (199,237,141)

Renk bilgisi

#C7ED8D contains mainly red and green colors. #C7ED8D ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C7ED8D color RGB value is (199,237,141).

  • kırmız ton 199;
  • yeşil ton 237;
  • mavi ton 141.
RGB:
(199,237,141)
(78%,93%,55%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 237 of 255 = 93%
B 141 of 255 = 55%

199
237
141

R + G + B ~ 75%. #C7ED8D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 237 + 141 = 577 (100%)
R 199 of 577 ~ 34.49%
G 237 of 577 ~ 41.07%
B 141 of 577 ~ 24.44%

%34.49
%41.07
%24.44

CMYK RENK MODELİ

#C7ED8D rengi CMYK tonu (16,0,41,7).

  • camgöbeği tonu 16.03%
  • eflatun tonu 0.00%
  • sarı tonu 40.51%
  • ana renk tonu 7.06%
CMYK:
(16,0,41,7)
C16M0Y41K7 
(16%,0%,41%,7%)
(0.16/0.00/0.41/0.07)	

CMYK yüzdeleri

%16.03
%0
%40.51
%7.06

Codes

Color #C7ED8D in popluar color models

C7ED8D
RGB199237141
HSL84°72.73%74.12%
HSB/HSV84°40.51%92.94%
CMYK16.03%0.00%40.51%
7.06%

Color #C7ED8D in popluar number systems.

HEXC7ED8D
Decimal199237141
Binary110001111110110110001101
Octal307355215

Shades and tints

Shades of #C7ED8D

#C7ED8D
(199,237,141)
#B5D881
(181,216,129)
#A3C375
(163,195,117)
#91AE69
(145,174,105)
#7F995D
(127,153,93)
#6D8451
(109,132,81)
#5B6F45
(91,111,69)
#495A39
(73,90,57)
#37452D
(55,69,45)
#253021
(37,48,33)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #C7ED8D

#C7ED8D
(199,237,141)
#CCEE97
(204,238,151)
#D1EFA1
(209,239,161)
#D6F0AB
(214,240,171)
#DBF1B5
(219,241,181)
#E0F2BF
(224,242,191)
#E5F3C9
(229,243,201)
#EAF4D3
(234,244,211)
#EFF5DD
(239,245,221)
#F4F6E7
(244,246,231)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ED8D color. Also use rgb(199,237,141) instead hex code.

Text Font Color

.myTextColor { color: #C7ED8D; }

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

This text font color is #C7ED8D.


Background Color

.myBgColor { background-color: #C7ED8D; }

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

This div background color is #C7ED8D.


Border color

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

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

This div border color is #C7ED8D.


Opacity

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

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

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

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

This text has shadow with #C7ED8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ED8D on black background.


Color preview on white background

This text has color #C7ED8D on white background.



Black color preview on #C7ED8D background

This text has black color on #C7ED8D background.


White color preview on #C7ED8D background

This text has white color on #C7ED8D background.