COLOR #C4D585

HEX: #C4D585
RGB: (196,213,133)

Renk bilgisi

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

RGB renk modeli

#C4D585 color RGB value is (196,213,133).

  • kırmız ton 196;
  • yeşil ton 213;
  • mavi ton 133.
RGB:
(196,213,133)
(77%,84%,52%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 213 of 255 = 84%
B 133 of 255 = 52%

196
213
133

R + G + B ~ 71%. #C4D585 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 213 + 133 = 542 (100%)
R 196 of 542 ~ 36.16%
G 213 of 542 ~ 39.3%
B 133 of 542 ~ 24.54%

%36.16
%39.3
%24.54

CMYK RENK MODELİ

#C4D585 rengi CMYK tonu (8,0,38,16).

  • camgöbeği tonu 7.98%
  • eflatun tonu 0.00%
  • sarı tonu 37.56%
  • ana renk tonu 16.47%
CMYK:
(8,0,38,16)
C8M0Y38K16 
(8%,0%,38%,16%)
(0.08/0.00/0.38/0.16)	

CMYK yüzdeleri

%7.98
%0
%37.56
%16.47

Codes

Color #C4D585 in popluar color models

C4D585
RGB196213133
HSL73°48.78%67.84%
HSB/HSV73°37.56%83.53%
CMYK7.98%0.00%37.56%
16.47%

Color #C4D585 in popluar number systems.

HEXC4D585
Decimal196213133
Binary110001001101010110000101
Octal304325205

Shades and tints

Shades of #C4D585

#C4D585
(196,213,133)
#B3C279
(179,194,121)
#A2AF6D
(162,175,109)
#919C61
(145,156,97)
#808955
(128,137,85)
#6F7649
(111,118,73)
#5E633D
(94,99,61)
#4D5031
(77,80,49)
#3C3D25
(60,61,37)
#2B2A19
(43,42,25)
#1A170D
(26,23,13)
#000000
(0,0,0)

Tints of #C4D585

#C4D585
(196,213,133)
#C9D890
(201,216,144)
#CEDB9B
(206,219,155)
#D3DEA6
(211,222,166)
#D8E1B1
(216,225,177)
#DDE4BC
(221,228,188)
#E2E7C7
(226,231,199)
#E7EAD2
(231,234,210)
#ECEDDD
(236,237,221)
#F1F0E8
(241,240,232)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D585 color. Also use rgb(196,213,133) instead hex code.

Text Font Color

.myTextColor { color: #C4D585; }

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

This text font color is #C4D585.


Background Color

.myBgColor { background-color: #C4D585; }

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

This div background color is #C4D585.


Border color

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

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

This div border color is #C4D585.


Opacity

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

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

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

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

This text has shadow with #C4D585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D585 on black background.


Color preview on white background

This text has color #C4D585 on white background.



Black color preview on #C4D585 background

This text has black color on #C4D585 background.


White color preview on #C4D585 background

This text has white color on #C4D585 background.