COLOR #C396A6

HEX: #C396A6
RGB: (195,150,166)

Renk bilgisi

#C396A6 contains red, green and blue colors in about the same proportion. #C396A6 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C396A6 color RGB value is (195,150,166).

  • kırmız ton 195;
  • yeşil ton 150;
  • mavi ton 166.
RGB:
(195,150,166)
(76%,59%,65%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 150 of 255 = 59%
B 166 of 255 = 65%

195
150
166

R + G + B ~ 67%. #C396A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 150 + 166 = 511 (100%)
R 195 of 511 ~ 38.16%
G 150 of 511 ~ 29.35%
B 166 of 511 ~ 32.49%

%38.16
%29.35
%32.49

CMYK RENK MODELİ

#C396A6 rengi CMYK tonu (0,23,15,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.08%
  • sarı tonu 14.87%
  • ana renk tonu 23.53%
CMYK:
(0,23,15,24)
C0M23Y15K24 
(0%,23%,15%,24%)
(0.00/0.23/0.15/0.24)	

CMYK yüzdeleri

%0
%23.08
%14.87
%23.53

Codes

Color #C396A6 in popluar color models

C396A6
RGB195150166
HSL339°27.27%67.65%
HSB/HSV339°23.08%76.47%
CMYK0.00%23.08%14.87%
23.53%

Color #C396A6 in popluar number systems.

HEXC396A6
Decimal195150166
Binary110000111001011010100110
Octal303226246

Shades and tints

Shades of #C396A6

#C396A6
(195,150,166)
#B28997
(178,137,151)
#A17C88
(161,124,136)
#906F79
(144,111,121)
#7F626A
(127,98,106)
#6E555B
(110,85,91)
#5D484C
(93,72,76)
#4C3B3D
(76,59,61)
#3B2E2E
(59,46,46)
#2A211F
(42,33,31)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #C396A6

#C396A6
(195,150,166)
#C89FAE
(200,159,174)
#CDA8B6
(205,168,182)
#D2B1BE
(210,177,190)
#D7BAC6
(215,186,198)
#DCC3CE
(220,195,206)
#E1CCD6
(225,204,214)
#E6D5DE
(230,213,222)
#EBDEE6
(235,222,230)
#F0E7EE
(240,231,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C396A6 color. Also use rgb(195,150,166) instead hex code.

Text Font Color

.myTextColor { color: #C396A6; }

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

This text font color is #C396A6.


Background Color

.myBgColor { background-color: #C396A6; }

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

This div background color is #C396A6.


Border color

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

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

This div border color is #C396A6.


Opacity

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

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

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

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

This text has shadow with #C396A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C396A6 on black background.


Color preview on white background

This text has color #C396A6 on white background.



Black color preview on #C396A6 background

This text has black color on #C396A6 background.


White color preview on #C396A6 background

This text has white color on #C396A6 background.