COLOR #C7B17D

HEX: #C7B17D
RGB: (199,177,125)

Renk bilgisi

#C7B17D contains mainly red and green colors. #C7B17D ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C7B17D color RGB value is (199,177,125).

  • kırmız ton 199;
  • yeşil ton 177;
  • mavi ton 125.
RGB:
(199,177,125)
(78%,69%,49%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 177 of 255 = 69%
B 125 of 255 = 49%

199
177
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 177 + 125 = 501 (100%)
R 199 of 501 ~ 39.72%
G 177 of 501 ~ 35.33%
B 125 of 501 ~ 24.95%

%39.72
%35.33
%24.95

CMYK RENK MODELİ

#C7B17D rengi CMYK tonu (0,11,37,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.06%
  • sarı tonu 37.19%
  • ana renk tonu 21.96%
CMYK:
(0,11,37,22)
C0M11Y37K22 
(0%,11%,37%,22%)
(0.00/0.11/0.37/0.22)	

CMYK yüzdeleri

%0
%11.06
%37.19
%21.96

Codes

Color #C7B17D in popluar color models

C7B17D
RGB199177125
HSL42°39.78%63.53%
HSB/HSV42°37.19%78.04%
CMYK0.00%11.06%37.19%
21.96%

Color #C7B17D in popluar number systems.

HEXC7B17D
Decimal199177125
Binary11000111101100011111101
Octal307261175

Shades and tints

Shades of #C7B17D

#C7B17D
(199,177,125)
#B5A172
(181,161,114)
#A39167
(163,145,103)
#91815C
(145,129,92)
#7F7151
(127,113,81)
#6D6146
(109,97,70)
#5B513B
(91,81,59)
#494130
(73,65,48)
#373125
(55,49,37)
#25211A
(37,33,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #C7B17D

#C7B17D
(199,177,125)
#CCB888
(204,184,136)
#D1BF93
(209,191,147)
#D6C69E
(214,198,158)
#DBCDA9
(219,205,169)
#E0D4B4
(224,212,180)
#E5DBBF
(229,219,191)
#EAE2CA
(234,226,202)
#EFE9D5
(239,233,213)
#F4F0E0
(244,240,224)
#F9F7EB
(249,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B17D color. Also use rgb(199,177,125) instead hex code.

Text Font Color

.myTextColor { color: #C7B17D; }

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

This text font color is #C7B17D.


Background Color

.myBgColor { background-color: #C7B17D; }

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

This div background color is #C7B17D.


Border color

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

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

This div border color is #C7B17D.


Opacity

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

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

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

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

This text has shadow with #C7B17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B17D on black background.


Color preview on white background

This text has color #C7B17D on white background.



Black color preview on #C7B17D background

This text has black color on #C7B17D background.


White color preview on #C7B17D background

This text has white color on #C7B17D background.