COLOR #C5D092

HEX: #C5D092
RGB: (197,208,146)

Renk bilgisi

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

RGB renk modeli

#C5D092 color RGB value is (197,208,146).

  • kırmız ton 197;
  • yeşil ton 208;
  • mavi ton 146.
RGB:
(197,208,146)
(77%,82%,57%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 208 of 255 = 82%
B 146 of 255 = 57%

197
208
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 208 + 146 = 551 (100%)
R 197 of 551 ~ 35.75%
G 208 of 551 ~ 37.75%
B 146 of 551 ~ 26.5%

%35.75
%37.75
%26.5

CMYK RENK MODELİ

#C5D092 rengi CMYK tonu (5,0,30,18).

  • camgöbeği tonu 5.29%
  • eflatun tonu 0.00%
  • sarı tonu 29.81%
  • ana renk tonu 18.43%
CMYK:
(5,0,30,18)
C5M0Y30K18 
(5%,0%,30%,18%)
(0.05/0.00/0.30/0.18)	

CMYK yüzdeleri

%5.29
%0
%29.81
%18.43

Codes

Color #C5D092 in popluar color models

C5D092
RGB197208146
HSL71°39.74%69.41%
HSB/HSV71°29.81%81.57%
CMYK5.29%0.00%29.81%
18.43%

Color #C5D092 in popluar number systems.

HEXC5D092
Decimal197208146
Binary110001011101000010010010
Octal305320222

Shades and tints

Shades of #C5D092

#C5D092
(197,208,146)
#B4BE85
(180,190,133)
#A3AC78
(163,172,120)
#929A6B
(146,154,107)
#81885E
(129,136,94)
#707651
(112,118,81)
#5F6444
(95,100,68)
#4E5237
(78,82,55)
#3D402A
(61,64,42)
#2C2E1D
(44,46,29)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #C5D092

#C5D092
(197,208,146)
#CAD49B
(202,212,155)
#CFD8A4
(207,216,164)
#D4DCAD
(212,220,173)
#D9E0B6
(217,224,182)
#DEE4BF
(222,228,191)
#E3E8C8
(227,232,200)
#E8ECD1
(232,236,209)
#EDF0DA
(237,240,218)
#F2F4E3
(242,244,227)
#F7F8EC
(247,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D092 color. Also use rgb(197,208,146) instead hex code.

Text Font Color

.myTextColor { color: #C5D092; }

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

This text font color is #C5D092.


Background Color

.myBgColor { background-color: #C5D092; }

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

This div background color is #C5D092.


Border color

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

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

This div border color is #C5D092.


Opacity

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

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

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

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

This text has shadow with #C5D092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D092 on black background.


Color preview on white background

This text has color #C5D092 on white background.



Black color preview on #C5D092 background

This text has black color on #C5D092 background.


White color preview on #C5D092 background

This text has white color on #C5D092 background.