COLOR #C5D38C

HEX: #C5D38C
RGB: (197,211,140)

Renk bilgisi

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

RGB renk modeli

#C5D38C color RGB value is (197,211,140).

  • kırmız ton 197;
  • yeşil ton 211;
  • mavi ton 140.
RGB:
(197,211,140)
(77%,83%,55%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 211 of 255 = 83%
B 140 of 255 = 55%

197
211
140

R + G + B ~ 72%. #C5D38C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 211 + 140 = 548 (100%)
R 197 of 548 ~ 35.95%
G 211 of 548 ~ 38.5%
B 140 of 548 ~ 25.55%

%35.95
%38.5
%25.55

CMYK RENK MODELİ

#C5D38C rengi CMYK tonu (7,0,34,17).

  • camgöbeği tonu 6.64%
  • eflatun tonu 0.00%
  • sarı tonu 33.65%
  • ana renk tonu 17.25%
CMYK:
(7,0,34,17)
C7M0Y34K17 
(7%,0%,34%,17%)
(0.07/0.00/0.34/0.17)	

CMYK yüzdeleri

%6.64
%0
%33.65
%17.25

Codes

Color #C5D38C in popluar color models

C5D38C
RGB197211140
HSL72°44.65%68.82%
HSB/HSV72°33.65%82.75%
CMYK6.64%0.00%33.65%
17.25%

Color #C5D38C in popluar number systems.

HEXC5D38C
Decimal197211140
Binary110001011101001110001100
Octal305323214

Shades and tints

Shades of #C5D38C

#C5D38C
(197,211,140)
#B4C080
(180,192,128)
#A3AD74
(163,173,116)
#929A68
(146,154,104)
#81875C
(129,135,92)
#707450
(112,116,80)
#5F6144
(95,97,68)
#4E4E38
(78,78,56)
#3D3B2C
(61,59,44)
#2C2820
(44,40,32)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5D38C

#C5D38C
(197,211,140)
#CAD796
(202,215,150)
#CFDBA0
(207,219,160)
#D4DFAA
(212,223,170)
#D9E3B4
(217,227,180)
#DEE7BE
(222,231,190)
#E3EBC8
(227,235,200)
#E8EFD2
(232,239,210)
#EDF3DC
(237,243,220)
#F2F7E6
(242,247,230)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D38C color. Also use rgb(197,211,140) instead hex code.

Text Font Color

.myTextColor { color: #C5D38C; }

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

This text font color is #C5D38C.


Background Color

.myBgColor { background-color: #C5D38C; }

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

This div background color is #C5D38C.


Border color

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

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

This div border color is #C5D38C.


Opacity

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

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

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

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

This text has shadow with #C5D38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D38C on black background.


Color preview on white background

This text has color #C5D38C on white background.



Black color preview on #C5D38C background

This text has black color on #C5D38C background.


White color preview on #C5D38C background

This text has white color on #C5D38C background.