COLOR #C5CB63

HEX: #C5CB63
RGB: (197,203,99)

Renk bilgisi

#C5CB63 contains mainly red and green colors. #C5CB63 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5CB63 color RGB value is (197,203,99).

  • kırmız ton 197;
  • yeşil ton 203;
  • mavi ton 99.
RGB:
(197,203,99)
(77%,80%,39%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 203 of 255 = 80%
B 99 of 255 = 39%

197
203
99

R + G + B ~ 65%. #C5CB63 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 203 + 99 = 499 (100%)
R 197 of 499 ~ 39.48%
G 203 of 499 ~ 40.68%
B 99 of 499 ~ 19.84%

%39.48
%40.68
%19.84

CMYK RENK MODELİ

#C5CB63 rengi CMYK tonu (3,0,51,20).

  • camgöbeği tonu 2.96%
  • eflatun tonu 0.00%
  • sarı tonu 51.23%
  • ana renk tonu 20.39%
CMYK:
(3,0,51,20)
C3M0Y51K20 
(3%,0%,51%,20%)
(0.03/0.00/0.51/0.20)	

CMYK yüzdeleri

%2.96
%0
%51.23
%20.39

Codes

Color #C5CB63 in popluar color models

C5CB63
RGB19720399
HSL63°50.00%59.22%
HSB/HSV63°51.23%79.61%
CMYK2.96%0.00%51.23%
20.39%

Color #C5CB63 in popluar number systems.

HEXC5CB63
Decimal19720399
Binary11000101110010111100011
Octal305313143

Shades and tints

Shades of #C5CB63

#C5CB63
(197,203,99)
#B4B95A
(180,185,90)
#A3A751
(163,167,81)
#929548
(146,149,72)
#81833F
(129,131,63)
#707136
(112,113,54)
#5F5F2D
(95,95,45)
#4E4D24
(78,77,36)
#3D3B1B
(61,59,27)
#2C2912
(44,41,18)
#1B1709
(27,23,9)
#000000
(0,0,0)

Tints of #C5CB63

#C5CB63
(197,203,99)
#CACF71
(202,207,113)
#CFD37F
(207,211,127)
#D4D78D
(212,215,141)
#D9DB9B
(217,219,155)
#DEDFA9
(222,223,169)
#E3E3B7
(227,227,183)
#E8E7C5
(232,231,197)
#EDEBD3
(237,235,211)
#F2EFE1
(242,239,225)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CB63 color. Also use rgb(197,203,99) instead hex code.

Text Font Color

.myTextColor { color: #C5CB63; }

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

This text font color is #C5CB63.


Background Color

.myBgColor { background-color: #C5CB63; }

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

This div background color is #C5CB63.


Border color

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

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

This div border color is #C5CB63.


Opacity

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

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

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

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

This text has shadow with #C5CB63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CB63 on black background.


Color preview on white background

This text has color #C5CB63 on white background.



Black color preview on #C5CB63 background

This text has black color on #C5CB63 background.


White color preview on #C5CB63 background

This text has white color on #C5CB63 background.