COLOR #C9CE31

HEX: #C9CE31
RGB: (201,206,49)

Renk bilgisi

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

RGB renk modeli

#C9CE31 color RGB value is (201,206,49).

  • kırmız ton 201;
  • yeşil ton 206;
  • mavi ton 49.
RGB:
(201,206,49)
(79%,81%,19%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 206 of 255 = 81%
B 49 of 255 = 19%

201
206
49

R + G + B ~ 60%. #C9CE31 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 206 + 49 = 456 (100%)
R 201 of 456 ~ 44.08%
G 206 of 456 ~ 45.18%
B 49 of 456 ~ 10.75%

%44.08
%45.18
%10.75

CMYK RENK MODELİ

#C9CE31 rengi CMYK tonu (2,0,76,19).

  • camgöbeği tonu 2.43%
  • eflatun tonu 0.00%
  • sarı tonu 76.21%
  • ana renk tonu 19.22%
CMYK:
(2,0,76,19)
C2M0Y76K19 
(2%,0%,76%,19%)
(0.02/0.00/0.76/0.19)	

CMYK yüzdeleri

%2.43
%0
%76.21
%19.22

Codes

Color #C9CE31 in popluar color models

C9CE31
RGB20120649
HSL62°61.57%50.00%
HSB/HSV62°76.21%80.78%
CMYK2.43%0.00%76.21%
19.22%

Color #C9CE31 in popluar number systems.

HEXC9CE31
Decimal20120649
Binary1100100111001110110001
Octal31131661

Shades and tints

Shades of #C9CE31

#C9CE31
(201,206,49)
#B7BC2D
(183,188,45)
#A5AA29
(165,170,41)
#939825
(147,152,37)
#818621
(129,134,33)
#6F741D
(111,116,29)
#5D6219
(93,98,25)
#4B5015
(75,80,21)
#393E11
(57,62,17)
#272C0D
(39,44,13)
#151A09
(21,26,9)
#000000
(0,0,0)

Tints of #C9CE31

#C9CE31
(201,206,49)
#CDD243
(205,210,67)
#D1D655
(209,214,85)
#D5DA67
(213,218,103)
#D9DE79
(217,222,121)
#DDE28B
(221,226,139)
#E1E69D
(225,230,157)
#E5EAAF
(229,234,175)
#E9EEC1
(233,238,193)
#EDF2D3
(237,242,211)
#F1F6E5
(241,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CE31 color. Also use rgb(201,206,49) instead hex code.

Text Font Color

.myTextColor { color: #C9CE31; }

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

This text font color is #C9CE31.


Background Color

.myBgColor { background-color: #C9CE31; }

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

This div background color is #C9CE31.


Border color

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

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

This div border color is #C9CE31.


Opacity

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

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

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

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

This text has shadow with #C9CE31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CE31 on black background.


Color preview on white background

This text has color #C9CE31 on white background.



Black color preview on #C9CE31 background

This text has black color on #C9CE31 background.


White color preview on #C9CE31 background

This text has white color on #C9CE31 background.