COLOR #C696A4

HEX: #C696A4
RGB: (198,150,164)

Renk bilgisi

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

RGB renk modeli

#C696A4 color RGB value is (198,150,164).

  • kırmız ton 198;
  • yeşil ton 150;
  • mavi ton 164.
RGB:
(198,150,164)
(78%,59%,64%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 150 of 255 = 59%
B 164 of 255 = 64%

198
150
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 150 + 164 = 512 (100%)
R 198 of 512 ~ 38.67%
G 150 of 512 ~ 29.3%
B 164 of 512 ~ 32.03%

%38.67
%29.3
%32.03

CMYK RENK MODELİ

#C696A4 rengi CMYK tonu (0,24,17,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.24%
  • sarı tonu 17.17%
  • ana renk tonu 22.35%
CMYK:
(0,24,17,22)
C0M24Y17K22 
(0%,24%,17%,22%)
(0.00/0.24/0.17/0.22)	

CMYK yüzdeleri

%0
%24.24
%17.17
%22.35

Codes

Color #C696A4 in popluar color models

C696A4
RGB198150164
HSL343°29.63%68.24%
HSB/HSV343°24.24%77.65%
CMYK0.00%24.24%17.17%
22.35%

Color #C696A4 in popluar number systems.

HEXC696A4
Decimal198150164
Binary110001101001011010100100
Octal306226244

Shades and tints

Shades of #C696A4

#C696A4
(198,150,164)
#B48996
(180,137,150)
#A27C88
(162,124,136)
#906F7A
(144,111,122)
#7E626C
(126,98,108)
#6C555E
(108,85,94)
#5A4850
(90,72,80)
#483B42
(72,59,66)
#362E34
(54,46,52)
#242126
(36,33,38)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C696A4

#C696A4
(198,150,164)
#CB9FAC
(203,159,172)
#D0A8B4
(208,168,180)
#D5B1BC
(213,177,188)
#DABAC4
(218,186,196)
#DFC3CC
(223,195,204)
#E4CCD4
(228,204,212)
#E9D5DC
(233,213,220)
#EEDEE4
(238,222,228)
#F3E7EC
(243,231,236)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C696A4 color. Also use rgb(198,150,164) instead hex code.

Text Font Color

.myTextColor { color: #C696A4; }

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

This text font color is #C696A4.


Background Color

.myBgColor { background-color: #C696A4; }

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

This div background color is #C696A4.


Border color

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

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

This div border color is #C696A4.


Opacity

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

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

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

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

This text has shadow with #C696A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C696A4 on black background.


Color preview on white background

This text has color #C696A4 on white background.



Black color preview on #C696A4 background

This text has black color on #C696A4 background.


White color preview on #C696A4 background

This text has white color on #C696A4 background.