COLOR #C396A8

HEX: #C396A8
RGB: (195,150,168)

Renk bilgisi

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

RGB renk modeli

#C396A8 color RGB value is (195,150,168).

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

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 150 of 255 = 59%
B 168 of 255 = 66%

195
150
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 150 + 168 = 513 (100%)
R 195 of 513 ~ 38.01%
G 150 of 513 ~ 29.24%
B 168 of 513 ~ 32.75%

%38.01
%29.24
%32.75

CMYK RENK MODELİ

#C396A8 rengi CMYK tonu (0,23,14,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.08%
  • sarı tonu 13.85%
  • ana renk tonu 23.53%
CMYK:
(0,23,14,24)
C0M23Y14K24 
(0%,23%,14%,24%)
(0.00/0.23/0.14/0.24)	

CMYK yüzdeleri

%0
%23.08
%13.85
%23.53

Codes

Color #C396A8 in popluar color models

C396A8
RGB195150168
HSL336°27.27%67.65%
HSB/HSV336°23.08%76.47%
CMYK0.00%23.08%13.85%
23.53%

Color #C396A8 in popluar number systems.

HEXC396A8
Decimal195150168
Binary110000111001011010101000
Octal303226250

Shades and tints

Shades of #C396A8

#C396A8
(195,150,168)
#B28999
(178,137,153)
#A17C8A
(161,124,138)
#906F7B
(144,111,123)
#7F626C
(127,98,108)
#6E555D
(110,85,93)
#5D484E
(93,72,78)
#4C3B3F
(76,59,63)
#3B2E30
(59,46,48)
#2A2121
(42,33,33)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #C396A8

#C396A8
(195,150,168)
#C89FAF
(200,159,175)
#CDA8B6
(205,168,182)
#D2B1BD
(210,177,189)
#D7BAC4
(215,186,196)
#DCC3CB
(220,195,203)
#E1CCD2
(225,204,210)
#E6D5D9
(230,213,217)
#EBDEE0
(235,222,224)
#F0E7E7
(240,231,231)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C396A8; }

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

This text font color is #C396A8.


Background Color

.myBgColor { background-color: #C396A8; }

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

This div background color is #C396A8.


Border color

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

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

This div border color is #C396A8.


Opacity

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

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

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

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

This text has shadow with #C396A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C396A8 on black background.


Color preview on white background

This text has color #C396A8 on white background.



Black color preview on #C396A8 background

This text has black color on #C396A8 background.


White color preview on #C396A8 background

This text has white color on #C396A8 background.