COLOR #C5D47B

HEX: #C5D47B
RGB: (197,212,123)

Renk bilgisi

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

RGB renk modeli

#C5D47B color RGB value is (197,212,123).

  • kırmız ton 197;
  • yeşil ton 212;
  • mavi ton 123.
RGB:
(197,212,123)
(77%,83%,48%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 212 of 255 = 83%
B 123 of 255 = 48%

197
212
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 212 + 123 = 532 (100%)
R 197 of 532 ~ 37.03%
G 212 of 532 ~ 39.85%
B 123 of 532 ~ 23.12%

%37.03
%39.85
%23.12

CMYK RENK MODELİ

#C5D47B rengi CMYK tonu (7,0,42,17).

  • camgöbeği tonu 7.08%
  • eflatun tonu 0.00%
  • sarı tonu 41.98%
  • ana renk tonu 16.86%
CMYK:
(7,0,42,17)
C7M0Y42K17 
(7%,0%,42%,17%)
(0.07/0.00/0.42/0.17)	

CMYK yüzdeleri

%7.08
%0
%41.98
%16.86

Codes

Color #C5D47B in popluar color models

C5D47B
RGB197212123
HSL70°50.86%65.69%
HSB/HSV70°41.98%83.14%
CMYK7.08%0.00%41.98%
16.86%

Color #C5D47B in popluar number systems.

HEXC5D47B
Decimal197212123
Binary11000101110101001111011
Octal305324173

Shades and tints

Shades of #C5D47B

#C5D47B
(197,212,123)
#B4C170
(180,193,112)
#A3AE65
(163,174,101)
#929B5A
(146,155,90)
#81884F
(129,136,79)
#707544
(112,117,68)
#5F6239
(95,98,57)
#4E4F2E
(78,79,46)
#3D3C23
(61,60,35)
#2C2918
(44,41,24)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #C5D47B

#C5D47B
(197,212,123)
#CAD787
(202,215,135)
#CFDA93
(207,218,147)
#D4DD9F
(212,221,159)
#D9E0AB
(217,224,171)
#DEE3B7
(222,227,183)
#E3E6C3
(227,230,195)
#E8E9CF
(232,233,207)
#EDECDB
(237,236,219)
#F2EFE7
(242,239,231)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D47B color. Also use rgb(197,212,123) instead hex code.

Text Font Color

.myTextColor { color: #C5D47B; }

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

This text font color is #C5D47B.


Background Color

.myBgColor { background-color: #C5D47B; }

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

This div background color is #C5D47B.


Border color

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

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

This div border color is #C5D47B.


Opacity

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

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

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

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

This text has shadow with #C5D47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D47B on black background.


Color preview on white background

This text has color #C5D47B on white background.



Black color preview on #C5D47B background

This text has black color on #C5D47B background.


White color preview on #C5D47B background

This text has white color on #C5D47B background.