COLOR #C396AB

HEX: #C396AB
RGB: (195,150,171)

Renk bilgisi

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

RGB renk modeli

#C396AB color RGB value is (195,150,171).

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

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 150 of 255 = 59%
B 171 of 255 = 67%

195
150
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 150 + 171 = 516 (100%)
R 195 of 516 ~ 37.79%
G 150 of 516 ~ 29.07%
B 171 of 516 ~ 33.14%

%37.79
%29.07
%33.14

CMYK RENK MODELİ

#C396AB rengi CMYK tonu (0,23,12,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.08%
  • sarı tonu 12.31%
  • ana renk tonu 23.53%
CMYK:
(0,23,12,24)
C0M23Y12K24 
(0%,23%,12%,24%)
(0.00/0.23/0.12/0.24)	

CMYK yüzdeleri

%0
%23.08
%12.31
%23.53

Codes

Color #C396AB in popluar color models

C396AB
RGB195150171
HSL332°27.27%67.65%
HSB/HSV332°23.08%76.47%
CMYK0.00%23.08%12.31%
23.53%

Color #C396AB in popluar number systems.

HEXC396AB
Decimal195150171
Binary110000111001011010101011
Octal303226253

Shades and tints

Shades of #C396AB

#C396AB
(195,150,171)
#B2899C
(178,137,156)
#A17C8D
(161,124,141)
#906F7E
(144,111,126)
#7F626F
(127,98,111)
#6E5560
(110,85,96)
#5D4851
(93,72,81)
#4C3B42
(76,59,66)
#3B2E33
(59,46,51)
#2A2124
(42,33,36)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #C396AB

#C396AB
(195,150,171)
#C89FB2
(200,159,178)
#CDA8B9
(205,168,185)
#D2B1C0
(210,177,192)
#D7BAC7
(215,186,199)
#DCC3CE
(220,195,206)
#E1CCD5
(225,204,213)
#E6D5DC
(230,213,220)
#EBDEE3
(235,222,227)
#F0E7EA
(240,231,234)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C396AB; }

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

This text font color is #C396AB.


Background Color

.myBgColor { background-color: #C396AB; }

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

This div background color is #C396AB.


Border color

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

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

This div border color is #C396AB.


Opacity

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

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

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

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

This text has shadow with #C396AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C396AB on black background.


Color preview on white background

This text has color #C396AB on white background.



Black color preview on #C396AB background

This text has black color on #C396AB background.


White color preview on #C396AB background

This text has white color on #C396AB background.