COLOR #C7DD95

HEX: #C7DD95
RGB: (199,221,149)

Renk bilgisi

#C7DD95 contains mainly red and green colors. #C7DD95 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C7DD95 color RGB value is (199,221,149).

  • kırmız ton 199;
  • yeşil ton 221;
  • mavi ton 149.
RGB:
(199,221,149)
(78%,87%,58%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 221 of 255 = 87%
B 149 of 255 = 58%

199
221
149

R + G + B ~ 74%. #C7DD95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 221 + 149 = 569 (100%)
R 199 of 569 ~ 34.97%
G 221 of 569 ~ 38.84%
B 149 of 569 ~ 26.19%

%34.97
%38.84
%26.19

CMYK RENK MODELİ

#C7DD95 rengi CMYK tonu (10,0,33,13).

  • camgöbeği tonu 9.95%
  • eflatun tonu 0.00%
  • sarı tonu 32.58%
  • ana renk tonu 13.33%
CMYK:
(10,0,33,13)
C10M0Y33K13 
(10%,0%,33%,13%)
(0.10/0.00/0.33/0.13)	

CMYK yüzdeleri

%9.95
%0
%32.58
%13.33

Codes

Color #C7DD95 in popluar color models

C7DD95
RGB199221149
HSL78°51.43%72.55%
HSB/HSV78°32.58%86.67%
CMYK9.95%0.00%32.58%
13.33%

Color #C7DD95 in popluar number systems.

HEXC7DD95
Decimal199221149
Binary110001111101110110010101
Octal307335225

Shades and tints

Shades of #C7DD95

#C7DD95
(199,221,149)
#B5C988
(181,201,136)
#A3B57B
(163,181,123)
#91A16E
(145,161,110)
#7F8D61
(127,141,97)
#6D7954
(109,121,84)
#5B6547
(91,101,71)
#49513A
(73,81,58)
#373D2D
(55,61,45)
#252920
(37,41,32)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #C7DD95

#C7DD95
(199,221,149)
#CCE09E
(204,224,158)
#D1E3A7
(209,227,167)
#D6E6B0
(214,230,176)
#DBE9B9
(219,233,185)
#E0ECC2
(224,236,194)
#E5EFCB
(229,239,203)
#EAF2D4
(234,242,212)
#EFF5DD
(239,245,221)
#F4F8E6
(244,248,230)
#F9FBEF
(249,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DD95 color. Also use rgb(199,221,149) instead hex code.

Text Font Color

.myTextColor { color: #C7DD95; }

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

This text font color is #C7DD95.


Background Color

.myBgColor { background-color: #C7DD95; }

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

This div background color is #C7DD95.


Border color

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

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

This div border color is #C7DD95.


Opacity

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

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

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

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

This text has shadow with #C7DD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DD95 on black background.


Color preview on white background

This text has color #C7DD95 on white background.



Black color preview on #C7DD95 background

This text has black color on #C7DD95 background.


White color preview on #C7DD95 background

This text has white color on #C7DD95 background.