COLOR #C7D57B

HEX: #C7D57B
RGB: (199,213,123)

Renk bilgisi

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

RGB renk modeli

#C7D57B color RGB value is (199,213,123).

  • kırmız ton 199;
  • yeşil ton 213;
  • mavi ton 123.
RGB:
(199,213,123)
(78%,84%,48%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 213 of 255 = 84%
B 123 of 255 = 48%

199
213
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 213 + 123 = 535 (100%)
R 199 of 535 ~ 37.2%
G 213 of 535 ~ 39.81%
B 123 of 535 ~ 22.99%

%37.2
%39.81
%22.99

CMYK RENK MODELİ

#C7D57B rengi CMYK tonu (7,0,42,16).

  • camgöbeği tonu 6.57%
  • eflatun tonu 0.00%
  • sarı tonu 42.25%
  • ana renk tonu 16.47%
CMYK:
(7,0,42,16)
C7M0Y42K16 
(7%,0%,42%,16%)
(0.07/0.00/0.42/0.16)	

CMYK yüzdeleri

%6.57
%0
%42.25
%16.47

Codes

Color #C7D57B in popluar color models

C7D57B
RGB199213123
HSL69°51.72%65.88%
HSB/HSV69°42.25%83.53%
CMYK6.57%0.00%42.25%
16.47%

Color #C7D57B in popluar number systems.

HEXC7D57B
Decimal199213123
Binary11000111110101011111011
Octal307325173

Shades and tints

Shades of #C7D57B

#C7D57B
(199,213,123)
#B5C270
(181,194,112)
#A3AF65
(163,175,101)
#919C5A
(145,156,90)
#7F894F
(127,137,79)
#6D7644
(109,118,68)
#5B6339
(91,99,57)
#49502E
(73,80,46)
#373D23
(55,61,35)
#252A18
(37,42,24)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #C7D57B

#C7D57B
(199,213,123)
#CCD887
(204,216,135)
#D1DB93
(209,219,147)
#D6DE9F
(214,222,159)
#DBE1AB
(219,225,171)
#E0E4B7
(224,228,183)
#E5E7C3
(229,231,195)
#EAEACF
(234,234,207)
#EFEDDB
(239,237,219)
#F4F0E7
(244,240,231)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D57B color. Also use rgb(199,213,123) instead hex code.

Text Font Color

.myTextColor { color: #C7D57B; }

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

This text font color is #C7D57B.


Background Color

.myBgColor { background-color: #C7D57B; }

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

This div background color is #C7D57B.


Border color

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

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

This div border color is #C7D57B.


Opacity

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

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

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

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

This text has shadow with #C7D57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D57B on black background.


Color preview on white background

This text has color #C7D57B on white background.



Black color preview on #C7D57B background

This text has black color on #C7D57B background.


White color preview on #C7D57B background

This text has white color on #C7D57B background.