COLOR #C696B9

HEX: #C696B9
RGB: (198,150,185)

Renk bilgisi

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

RGB renk modeli

#C696B9 color RGB value is (198,150,185).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 150 of 255 = 59%
B 185 of 255 = 73%

198
150
185

R + G + B ~ 70%. #C696B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 150 + 185 = 533 (100%)
R 198 of 533 ~ 37.15%
G 150 of 533 ~ 28.14%
B 185 of 533 ~ 34.71%

%37.15
%28.14
%34.71

CMYK RENK MODELİ

#C696B9 rengi CMYK tonu (0,24,7,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.24%
  • sarı tonu 6.57%
  • ana renk tonu 22.35%
CMYK:
(0,24,7,22)
C0M24Y7K22 
(0%,24%,7%,22%)
(0.00/0.24/0.07/0.22)	

CMYK yüzdeleri

%0
%24.24
%6.57
%22.35

Codes

Color #C696B9 in popluar color models

C696B9
RGB198150185
HSL316°29.63%68.24%
HSB/HSV316°24.24%77.65%
CMYK0.00%24.24%6.57%
22.35%

Color #C696B9 in popluar number systems.

HEXC696B9
Decimal198150185
Binary110001101001011010111001
Octal306226271

Shades and tints

Shades of #C696B9

#C696B9
(198,150,185)
#B489A9
(180,137,169)
#A27C99
(162,124,153)
#906F89
(144,111,137)
#7E6279
(126,98,121)
#6C5569
(108,85,105)
#5A4859
(90,72,89)
#483B49
(72,59,73)
#362E39
(54,46,57)
#242129
(36,33,41)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C696B9

#C696B9
(198,150,185)
#CB9FBF
(203,159,191)
#D0A8C5
(208,168,197)
#D5B1CB
(213,177,203)
#DABAD1
(218,186,209)
#DFC3D7
(223,195,215)
#E4CCDD
(228,204,221)
#E9D5E3
(233,213,227)
#EEDEE9
(238,222,233)
#F3E7EF
(243,231,239)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C696B9; }

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

This text font color is #C696B9.


Background Color

.myBgColor { background-color: #C696B9; }

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

This div background color is #C696B9.


Border color

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

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

This div border color is #C696B9.


Opacity

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

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

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

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

This text has shadow with #C696B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C696B9 on black background.


Color preview on white background

This text has color #C696B9 on white background.



Black color preview on #C696B9 background

This text has black color on #C696B9 background.


White color preview on #C696B9 background

This text has white color on #C696B9 background.