COLOR #CC996D

HEX: #CC996D
RGB: (204,153,109)

Renk bilgisi

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

RGB renk modeli

#CC996D color RGB value is (204,153,109).

  • kırmız ton 204;
  • yeşil ton 153;
  • mavi ton 109.
RGB:
(204,153,109)
(80%,60%,43%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 153 of 255 = 60%
B 109 of 255 = 43%

204
153
109

R + G + B ~ 61%. #CC996D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 153 + 109 = 466 (100%)
R 204 of 466 ~ 43.78%
G 153 of 466 ~ 32.83%
B 109 of 466 ~ 23.39%

%43.78
%32.83
%23.39

CMYK RENK MODELİ

#CC996D rengi CMYK tonu (0,25,47,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 46.57%
  • ana renk tonu 20.00%
CMYK:
(0,25,47,20)
C0M25Y47K20 
(0%,25%,47%,20%)
(0.00/0.25/0.47/0.20)	

CMYK yüzdeleri

%0
%25
%46.57
%20

Codes

Color #CC996D in popluar color models

CC996D
RGB204153109
HSL28°48.22%61.37%
HSB/HSV28°46.57%80.00%
CMYK0.00%25.00%46.57%
20.00%

Color #CC996D in popluar number systems.

HEXCC996D
Decimal204153109
Binary11001100100110011101101
Octal314231155

Shades and tints

Shades of #CC996D

#CC996D
(204,153,109)
#BA8C64
(186,140,100)
#A87F5B
(168,127,91)
#967252
(150,114,82)
#846549
(132,101,73)
#725840
(114,88,64)
#604B37
(96,75,55)
#4E3E2E
(78,62,46)
#3C3125
(60,49,37)
#2A241C
(42,36,28)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CC996D

#CC996D
(204,153,109)
#D0A27A
(208,162,122)
#D4AB87
(212,171,135)
#D8B494
(216,180,148)
#DCBDA1
(220,189,161)
#E0C6AE
(224,198,174)
#E4CFBB
(228,207,187)
#E8D8C8
(232,216,200)
#ECE1D5
(236,225,213)
#F0EAE2
(240,234,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC996D color. Also use rgb(204,153,109) instead hex code.

Text Font Color

.myTextColor { color: #CC996D; }

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

This text font color is #CC996D.


Background Color

.myBgColor { background-color: #CC996D; }

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

This div background color is #CC996D.


Border color

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

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

This div border color is #CC996D.


Opacity

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

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

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

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

This text has shadow with #CC996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC996D on black background.


Color preview on white background

This text has color #CC996D on white background.



Black color preview on #CC996D background

This text has black color on #CC996D background.


White color preview on #CC996D background

This text has white color on #CC996D background.