COLOR #C5DB47

HEX: #C5DB47
RGB: (197,219,71)

Renk bilgisi

#C5DB47 contains mainly red and green colors. #C5DB47 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#C5DB47 color RGB value is (197,219,71).

  • kırmız ton 197;
  • yeşil ton 219;
  • mavi ton 71.
RGB:
(197,219,71)
(77%,86%,28%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 219 of 255 = 86%
B 71 of 255 = 28%

197
219
71

R + G + B ~ 64%. #C5DB47 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 219 + 71 = 487 (100%)
R 197 of 487 ~ 40.45%
G 219 of 487 ~ 44.97%
B 71 of 487 ~ 14.58%

%40.45
%44.97
%14.58

CMYK RENK MODELİ

#C5DB47 rengi CMYK tonu (10,0,68,14).

  • camgöbeği tonu 10.05%
  • eflatun tonu 0.00%
  • sarı tonu 67.58%
  • ana renk tonu 14.12%
CMYK:
(10,0,68,14)
C10M0Y68K14 
(10%,0%,68%,14%)
(0.10/0.00/0.68/0.14)	

CMYK yüzdeleri

%10.05
%0
%67.58
%14.12

Codes

Color #C5DB47 in popluar color models

C5DB47
RGB19721971
HSL69°67.27%56.86%
HSB/HSV69°67.58%85.88%
CMYK10.05%0.00%67.58%
14.12%

Color #C5DB47 in popluar number systems.

HEXC5DB47
Decimal19721971
Binary11000101110110111000111
Octal305333107

Shades and tints

Shades of #C5DB47

#C5DB47
(197,219,71)
#B4C841
(180,200,65)
#A3B53B
(163,181,59)
#92A235
(146,162,53)
#818F2F
(129,143,47)
#707C29
(112,124,41)
#5F6923
(95,105,35)
#4E561D
(78,86,29)
#3D4317
(61,67,23)
#2C3011
(44,48,17)
#1B1D0B
(27,29,11)
#000000
(0,0,0)

Tints of #C5DB47

#C5DB47
(197,219,71)
#CADE57
(202,222,87)
#CFE167
(207,225,103)
#D4E477
(212,228,119)
#D9E787
(217,231,135)
#DEEA97
(222,234,151)
#E3EDA7
(227,237,167)
#E8F0B7
(232,240,183)
#EDF3C7
(237,243,199)
#F2F6D7
(242,246,215)
#F7F9E7
(247,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DB47 color. Also use rgb(197,219,71) instead hex code.

Text Font Color

.myTextColor { color: #C5DB47; }

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

This text font color is #C5DB47.


Background Color

.myBgColor { background-color: #C5DB47; }

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

This div background color is #C5DB47.


Border color

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

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

This div border color is #C5DB47.


Opacity

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

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

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

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

This text has shadow with #C5DB47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DB47 on black background.


Color preview on white background

This text has color #C5DB47 on white background.



Black color preview on #C5DB47 background

This text has black color on #C5DB47 background.


White color preview on #C5DB47 background

This text has white color on #C5DB47 background.